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

tagDrawItemStruct

Declaration

Source position: lcltype.pp line 1142

type tagDrawItemStruct = record

  ctlType: UINT;

  

  ctlID: UINT;

  

  itemID: UINT;

  

  itemAction: UINT;

  

  itemState: UINT;

  

  hwndItem: HWND;

  

  _hDC: HDC;

  

  rcItem: TRect;

  

  itemData: ULONG_PTR;

  

end;


Version 3.2 Generated 2024-02-25 Home