Alias for TOrdType.
Source position: typinfo.pp line 86
type TOrdType = ( |
||
otSByte, |
|
Signed byte. |
otUByte, |
|
Unsigned byte. |
otSWord, |
|
Signed word. |
otUWord, |
|
Unsigned word. |
otSLong, |
|
Signed longint. |
otULong, |
|
Unsigned longing (Cardinal). |
otSQWord, |
|
Signed QWord. |
otUQWord |
|
Unsigned QWord. |
); |
If the property is and ordinal type, then TOrdType determines the size and sign of the ordinal type: