Unit 'LCLType' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#lcl]

TCreateParams

Declaration

Source position: lcltype.pp line 2668

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;



CT Web help

CodeTyphon Studio