Home
Features
Demos
Store
Forum
Support
ImageEn Forum
Profile
Join
Active Topics
Forum FAQ
Search
Forum membership is Free! Click
Join
to sign-up
Username:
Password:
Save Password
Forgot your Password?
All Forums
ImageEn Library for Delphi, C++ and .Net
ImageEn and IEvolution Support Forum
Number of elements in TIEShape - С++
New Topic
Reply to Topic
Author
Topic
graph_man
328 Posts
Posted - Nov 09 2023 : 14:10:45
Hello,
How to programmatically get the number of elements in TIEShape?
I need to fill TComboBox
but c++ does not have these functions
High(TIEShape) and Low(TIEShape)
xequte
38608 Posts
Posted - Nov 09 2023 : 14:24:38
Hi
In hyiedefs, there is the const MAX_SHAPE which is the last item in the TIEShape array (minimum is iesEllipse), so count would be ord( MAX_SHAPE ) + 1.
Nigel
Xequte Software
www.imageen.com
graph_man
328 Posts
Posted - Nov 09 2023 : 14:26:06
Thanks.
graph_man
328 Posts
Posted - Nov 09 2023 : 14:31:16
I don't have that constant.
Version 11.4.5
xequte
38608 Posts
Posted - Nov 10 2023 : 03:30:58
You might want to add it to your code and remove it when you install the new version.
Nigel
Xequte Software
www.imageen.com
Topic
New Topic
Reply to Topic
Jump To:
Select Forum
ImageEn Library for Delphi, C++ and .Net
ImageEn and IEvolution Support Forum
--------------------
Home
Active Topics
Frequently Asked Questions
Member Information
Search Page