Вниз
Скачать: CL | DM;

Объясните мне пожалуйста,   Найти похожие ветки 

 
anod ©   (2002-07-09 22:28) [0]

почему такой код работает:
procedure TForm4.SpeedButton1Click(Sender: TObject);
var i:integer;
begin
TextListBox1.Items.Add(edit1.Text);
if RadioButton1.Checked then begin
pd4sb[n].Clear;
for i:= 0 to TextListBox1.Count-1 do
pd4sb[n].Add(TextListBox1.Items.Strings[i]);
end;
end;
, а такой - нет:
procedure TForm4.SpeedButton1Click(Sender: TObject);
var i:integer;
begin
TextListBox1.Items.Add(edit1.Text);
if RadioButton1.Checked then begin
pd4sb[n]:=TextListBox1.Items;
end;
end;


 
Nikolay ©   (2002-07-09 23:03) [1]

имхо проблема в TextListBox1.Items;


 
Gonza ©   (2002-07-09 23:27) [2]

я так понимаю pd4sb[n] это TStringList, а TextListBox1.Items - TStrings. Разные типы!

Напиши :

pd4sb[n].AddStrings(TextListBox1.Items)


 
anod ©   (2002-07-10 00:14) [3]

Спасибо.



Страницы: 1 вся ветка

Скачать: CL | DM;



Память: 0.45 MB
Время: 0.007 c
1-70741
TTCustomDelphiMaster
2002-07-09 11:48
2002.07.22
Кто хавает память?


3-70595
jen_bond
2002-06-29 01:16
2002.07.22
Организация таблицы


3-70673
_dron_
2002-07-02 12:59
2002.07.22
Как сделать экспорт таблицы из базы Interbase в dbase, paradox


1-70795
AlexAlex
2002-07-10 12:30
2002.07.22
Как получить имя выбранного (с путем) файла в TShellListView?


3-70614
rty
2002-06-28 14:47
2002.07.22
Не работает БД Парадокс!!!




   Наверх