At 09:32 PM 02/07/07, John Barrat wrote:

This leaves me with 8 frames visible on my form, I assume with Names of
FuseNo0 throught to FuseNo7.
How do I access these frames and their sub components?  I have tried
populating their properties in the AddFuseItem procedure but I just get a
syntax error saying undeclared identifier.

what about an array of TFuseItem in the form.

var
   MyFuseArray : array[1..8] of TFuseItem.

When you create it you can do something like
    MyFuseArray[i] := TFuseItem.Create....

I do things like this quite regularly.

Cheers,
Chris.

_______________________________________________
Delphi mailing list -> [email protected]
http://www.elists.org/mailman/listinfo/delphi

Reply via email to