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

что с лейблом?   Найти похожие ветки 

 
aistto ©   (2008-02-18 10:10) [0]

почему созданный лейбл не отображается на форме? blaLabel := Tlabel.create(form1)


 
Palladin ©   (2008-02-18 10:14) [1]

потому что ты ему Parent не назначил


 
easy ©   (2008-02-18 10:50) [2]

http://www.delphikingdom.com/asp/viewitem.asp?catalogid=342


 
Anatoly Podgoretsky ©   (2008-02-18 15:04) [3]

В приведеном коде ошибки нет.


 
{RASkov} ©   (2008-02-18 15:43) [4]

> [0] aistto ©   (18.02.08 10:10)
> blaLabel := Tlabel.create(form1)

function TLabelCreate(AOwner: TComponent; AParent: TWinControl): TLabel;
begin
 Result:=TLabel.Create(AOwner);
 Result.Parent:=AParent
end;

//Вызов
....
with TLabelCreate(Self, Self) do begin
Left:=10;
Top:=10;
Caption:="Parented Label";
...
end;

:) Не к чему это все)....



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

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



Память: 0.45 MB
Время: 0.011 c
15-1202306810
Iam
2008-02-06 17:06
2008.03.16
C Sharp Network Programming


8-1176911848
Unknowing
2007-04-18 19:57
2008.03.16
Рисование окружности с сглаживанием


15-1202255039
guard_gg
2008-02-06 02:43
2008.03.16
Microsoft Yahoo


11-1185293436
Dy1
2007-07-24 20:10
2008.03.16
колонки ListView


15-1202049248
AntonUSAnoV
2008-02-03 17:34
2008.03.16
Delphi виснет !




   Наверх