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

tagWindowPos

Declaration

Source position: lcltype.pp line 1192

type tagWindowPos = record

  _hwnd: HWND;

  

  hwndInsertAfter: HWND;

  

  x: Integer;

  

  y: Integer;

  

  cx: Integer;

  

  cy: Integer;

  

  flags: UINT;

  

end;



CT Web help

CodeTyphon Studio