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

tagDrawItemStruct

Declaration

Source position: lcltype.pp line 1142

type tagDrawItemStruct = record

  ctlType: LongWord;

  

  ctlID: LongWord;

  

  itemID: LongWord;

  

  itemAction: LongWord;

  

  itemState: LongWord;

  

  hwndItem: HWND;

  

  _hDC: HDC;

  

  rcItem: TRect;

  

  itemData: PtrUInt;

  

end;