Indexed Objects in VCL
Posted: Thu 12 Jun 2008 06:36
Hi,
i need to reply many labels and panels inside a form,
and i'd like to know if it's possible index them,
(like in Visual Basic, for example).
In this way, i could call
label[1].caption:= '...';
label[2].caption:= '...';
instead of creating label1, label2, ...
Is it possible?
Thank for any aid.
Fabrizio De Pietri.
i need to reply many labels and panels inside a form,
and i'd like to know if it's possible index them,
(like in Visual Basic, for example).
In this way, i could call
label[1].caption:= '...';
label[2].caption:= '...';
instead of creating label1, label2, ...
Is it possible?
Thank for any aid.
Fabrizio De Pietri.