14 Ekim 2008 Salı

Nesne

TEdit *Edit = new TEdit(this);
Edit->Left=50;
Edit->Top=100;
Edit->Text="Benim Edit";
Edit->Parent = this;
Edit->Show();

0 Yorum: