L
LEEMA
Unregistered / Unconfirmed
GUEST, unregistred user!
假如我要给100个Label赋值,该怎样做?
这100个Label的Name依次是Label1,Label2...Label100。
让Label1.Caption := '1' ;
Label2.Caption := '2' ;
...
Label100.Caption := '100' ;
如果是100个Image又该怎样做?
这100个Label的Name依次是Label1,Label2...Label100。
让Label1.Caption := '1' ;
Label2.Caption := '2' ;
...
Label100.Caption := '100' ;
如果是100个Image又该怎样做?