Cenko
14/04/2006, 17:02
Selam,
DynamicArray <String> dizi;
dizi.Length = 100;
for (i = 0;i<count ;i++)
{
dizi[i] = this->ListBox1->Items->Strings[i]+""+this->ListBox2->Items->Strings[i]+""+this->ListBox3->Items->Strings[i]+""+this->ListBox4->Items->Strings[i]+""+this->ListBox5->Items->Strings[i]+""+this->ListBox6->Items->Strings[i]+""+this->ListBox7->Items->Strings[i]+""+this->ListBox8->Items->Strings[i]+""+this->ListBox9->Items->Strings[i];
}
dizi ye ListBox'lardan değer aktarmaya çalışıyorum ancak ShowMessage ile baktığımda dizi boş görünüyor, DynamicArray <String> dizi' ye nasıl listboxtan değer atabilirim?
teşekkürler
DynamicArray <String> dizi;
dizi.Length = 100;
for (i = 0;i<count ;i++)
{
dizi[i] = this->ListBox1->Items->Strings[i]+""+this->ListBox2->Items->Strings[i]+""+this->ListBox3->Items->Strings[i]+""+this->ListBox4->Items->Strings[i]+""+this->ListBox5->Items->Strings[i]+""+this->ListBox6->Items->Strings[i]+""+this->ListBox7->Items->Strings[i]+""+this->ListBox8->Items->Strings[i]+""+this->ListBox9->Items->Strings[i];
}
dizi ye ListBox'lardan değer aktarmaya çalışıyorum ancak ShowMessage ile baktığımda dizi boş görünüyor, DynamicArray <String> dizi' ye nasıl listboxtan değer atabilirim?
teşekkürler