> Date: Sat, 03 Jun 2006 09:05:15 -0400
> From: "Ken Phipps" <[EMAIL PROTECTED]>
> Subject: Compound component making labels & speedbuttons invisible
> To: "Borland's Delphi Discussion List" <[email protected]>
> Message-ID: <[EMAIL PROTECTED]>
> Content-Type: text/plain; charset=US-ASCII
> 
> I created a simple component (Delphi 7) that basically 
> consists of two TEdit desendants on a TCustomPanel. If I 
> place it directly on a form with TLabels and 
> TSpeedButtons, it works, but if I place it on a 
> TScrollBox that contains TLabels and TSpeedButtons, the 
> labels/speedbuttons don't appear when the form is 
> created.


procedure Loaded; override;

procedure TKjpMoneyRangeEdit.Loaded;
begin
  inherited;
  invalidate;
end;

Mick
_______________________________________________
Delphi mailing list -> [email protected]
http://www.elists.org/mailman/listinfo/delphi

Reply via email to