[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Source position: lcltype.pp line 1127
type tagDrawItemStruct = record |
||
ctlType: UINT; |
|
|
ctlID: UINT; |
|
|
itemID: UINT; |
|
|
itemAction: UINT; |
|
|
itemState: UINT; |
|
|
hwndItem: HWND; |
|
|
_hDC: HDC; |
|
|
rcItem: TRect; |
|
|
itemData: ULONG_PTR; |
|
|
end; |
lazarus-ccr.sourceforge.net |