[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'typinfo' (#rtl)

TOrdType

Alias for TTordType.

Declaration

Source position: typinfo.pp line 47

type TOrdType = (

  otSByte,

  

Signed byte

  otUByte,

  

Unsigned byte

  otSWord,

  

Signed word

  otUWord,

  

Unsigned word

  otSLong,

  

Signed longint

  otULong

  

Unsigned longing (Cardinal)

);

Description

If the property is and ordinal type, then TOrdType determines the size and sign of the ordinal type:

The latest version of this document can be found at lazarus-ccr.sourceforge.net.