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

tagWINDOWPOS

Declaration

Source position: lmessages.pp line 487

type tagWINDOWPOS = record

  hwnd: THandle;

  

  hwndInsertAfter: THandle;

  

  x: Integer;

  

  y: Integer;

  

  cx: Integer;

  

  cy: Integer;

  

  flags: Cardinal;

  

end;


Version 3.2 Generated 2024-02-25 Home