[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Controls' (#lcl)

TWinControl.CreateParams

Initializes the window creation parameter record with the settings of the control.

Declaration

Source position: controls.pp line 2133

protected procedure TWinControl.CreateParams(

  var Params: TCreateParams

); virtual;

Description

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;
The latest version of this document can be found at lazarus-ccr.sourceforge.net.