| [Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Initializes the window creation parameter record with the settings of the control.
Source position: controls.pp line 2194
protected procedure TWinControl.CreateParams( |
var Params: TCreateParams |
); virtual; |
Definition of parameters:
TCreateParams = record
Caption: PChar;
Style: Cardinal;
ExStyle: Cardinal;
X, Y: Integer;
Width, Height: Integer;
WndParent: HWnd;
Param: Pointer;
WindowClass: TWndClass;
WinClassName: array[0..63] of Char;
End;
| lazarus-ccr.sourceforge.net |