Главная страница
Top.Mail.Ru    Яндекс.Метрика
Текущий архив: 2002.07.22;
Скачать: 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 вся ветка

Текущий архив: 2002.07.22;
Скачать: CL | DM;

Наверх




Память: 0.47 MB
Время: 0.01 c
3-70580
Егор
2002-06-26 20:51
2002.07.22
Проблема с Lookup field, помогите...


1-70708
artko
2002-07-08 14:47
2002.07.22
как создать форму, имея только имя ее класса(string)?


1-70724
EugenCFG
2002-07-11 10:05
2002.07.22
Плоские кнопки...


14-70913
Giga-Byte
2002-06-26 10:15
2002.07.22
Есть где-нить компонент Grid, чтобы помещать иконки


1-70729
PVOzerski
2002-07-11 15:28
2002.07.22
Как бы скопировать содержимое Hint а чужого приложения?