Packed Record TItemDataRec
Unit
Declaration
type TItemDataRec = packed record
Description
can be used to store abitrary 64 bit data in every item (will be removed as soon as the generics are really usable)
Overview
Fields
i64: int64 |
|
lo32: Cardinal |
|
hi32: Cardinal |
|
Words: Array[0..3] of Word |
|
Bytes: Array[0..7] of Byte |
|
p: pointer |
|
obj: TObject |
Description
Fields
i64: int64 |
|
lo32: Cardinal |
|
hi32: Cardinal |
|
Words: Array[0..3] of Word |
|
Bytes: Array[0..7] of Byte |
|
p: pointer |
|
obj: TObject |
|
Generated by PasDoc 0.16.0.