colitem
The structure is used in foreach operator. The variable of the foreach operator has this type.
type colitem
{
uint oftype
uint val
uint hival
uint ptr
}
{
uint oftype
uint val
uint hival
uint ptr
}
Members
oftype | The type of the item. |
val | The value of the item. |
hival | The hi-uint of the value. It is used if the value is 64-bit. |
ptr | The pointer to the value. |
Related links | Source |