wimvanherp
Programmer
I want to make an object with an array of wich the size is not yet defined. It's a bit like
a treeview, if you make a new treeview object you get a property items of wich the size
is not yet defined, because you can always add new items. But how do I define this in
the definition of the class ? I tried with f.i. int ARRAY[] but that does not help.
So a question to Borland insiders : how does Borland define the property items in TTreeview
to be a array of a undefined length ?
regards Wim Vanherp
Wim.Vanherp@myself.com
a treeview, if you make a new treeview object you get a property items of wich the size
is not yet defined, because you can always add new items. But how do I define this in
the definition of the class ? I tried with f.i. int ARRAY[] but that does not help.
So a question to Borland insiders : how does Borland define the property items in TTreeview
to be a array of a undefined length ?
regards Wim Vanherp
Wim.Vanherp@myself.com