в самом верху до определения формы
Код:
type
TLabeledEdit = class(ExtCtrls.TLabeledEdit)
public
constructor Create(AOwner: TComponent);override;
end;
и дальше в имплементейшне
Код:
constructor TLabeledEdit.Create(AOwner: TComponent);
begin
inherited;
EditLabel.Transparent:=True;
end;
и все...