Packed Record TItemDataRec

Hierarchy
Methods
Properties

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

Public i64: int64
Public lo32: Cardinal
Public hi32: Cardinal
Public Words: Array[0..3] of Word
Public Bytes: Array[0..7] of Byte
Public p: pointer
Public obj: TObject

Description

Fields

Public i64: int64
 
Public lo32: Cardinal
 
Public hi32: Cardinal
 
Public Words: Array[0..3] of Word
 
Public Bytes: Array[0..7] of Byte
 
Public p: pointer
 
Public obj: TObject
 

Generated by PasDoc 0.16.0.