[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: rtti.pp line 485
| type TRttiArrayType = class(TRttiType) | 
| public | 
| property DimensionCount: SizeUInt; [r] | 
| property Dimensions []: TRttiType; [r] | 
| property ElementType: TRttiType; [r] | 
| property TotalElementCount: SizeInt; [r] | 
| end; | 
| | | 
| | | 
| | | 
| | | 
| TObject |