M
masks
Unregistered / Unconfirmed
GUEST, unregistred user!
对于一个TListBox如 ListBox1 我可以用FindComponent('ListBox1')来判断它是否存在,
也可以这样指定它:AListBox:=TListBox(FindComponent('ListBox1'));
我动态创建一个AList:TStringList; 该如何进行类似TListBox 的操作?
各位大侠能不能帮帮我.
也可以这样指定它:AListBox:=TListBox(FindComponent('ListBox1'));
我动态创建一个AList:TStringList; 该如何进行类似TListBox 的操作?
各位大侠能不能帮帮我.