[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Source position: lcltype.pp line 1046
type tagBITMAP = record |
||
bmType: LongInt; |
|
|
bmWidth: LongInt; |
|
|
bmHeight: LongInt; |
|
|
bmWidthBytes: LongInt; |
|
|
bmPlanes: Word; |
|
|
bmBitsPixel: Word; |
|
|
bmBits: Pointer; |
|
|
end; |