[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: rtti.pp line 420
| type TRttiOrdinalType = class(TRttiType) | 
| protected | 
| function GetIsOrdinal; override; | 
| function GetTypeSize; override; | 
| public | 
| property OrdType: TOrdType; [r] | 
| property MinValue: LongInt; [r] | 
| property MaxValue: LongInt; [r] | 
| end; | 
| | | 
| | | 
| | | 
| | | 
| TObject |