[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Create - constructor for TCustomControl: performs inherited Create, then creates local Canvas and sets DoubleBuffered to be False
Source position: controls.pp line 2012
public constructor TCustomControl.Create( |
AOwner: TComponent |
); override; |
AOwner |
|
Owner, ie the component that called this control |
|
Create - constructor for TControl and derived classes: calls inherited Create and sets a number of defaults |
|
lazarus-ccr.sourceforge.net |