the use of TStrings (100分)

  • 主题发起人 主题发起人 fly_fly
  • 开始时间 开始时间
F

fly_fly

Unregistered / Unconfirmed
GUEST, unregistred user!
请问TStrings 读取string 的方法
 
you can use the follow code:
for example when you use the control listbox
AnsiString S = ListBox1->Items->Strings[ListBox1->ItemIndex];
其中 ListBox1->Items就是TStrings 型的
good luck
 
接受答案了.
 
后退
顶部