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; |