[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: rtti.pp line 335
| type TRttiNamedObject = class(TRttiObject) | 
| protected | 
| function GetName; virtual; | 
| public | 
| function HasName(); | 
| property Name: string; [r] | 
| end; | 
| | | 
| | | 
| TObject |