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

TCreateParams

Declaration

Source position: lcltype.pp line 2674

type TCreateParams = record

  Caption: PChar;

  

  Style: Cardinal;

  

  ExStyle: Cardinal;

  

  X: Integer;

  

  Y: Integer;

  

  Width: Integer;

  

  Height: Integer;

  

  WndParent: HWND;

  

  Param: Pointer;

  

  WindowClass: TWndClass;

  

  WinClassName: array [0..63] of Char;

  

end;


Version 3.2 Generated 2024-02-25 Home