Show: Delphi
C++
Display Preferences
System.Rtti.TRttiType Functions
From XE2 API Documentation
| GetDeclaredFields | Returns a list of all the fields declared in the reflected type. |
| GetDeclaredIndexedProperties | Gets the indexed properties declared in the type reflected by the current TRttiType instance (as an array). |
| GetDeclaredMethods | Returns a list of all the methods declared in the reflected type. |
| GetDeclaredProperties | Returns a list of all the properties declared in the reflected type. |
| GetField | Returns an RTTI object for a field that is a member of the reflected type. |
| GetFields | Returns a list of all the fields that are part of the reflected type. |
| GetIndexedProperties | Gets the indexed properties available in the type reflected by the current TRttiType instance (as an array). |
| GetIndexedProperty | Returns an RTTI object for an indexed property that is a member of the reflected type. |
| GetMethod | Returns an RTTI object for a method that is a member of the reflected type. |
| GetMethods | Returns a list of all the methods that are part of the reflected type. |
| GetProperties | Returns a list of all the properties that are part of the reflected type. |
| GetProperty | Returns an RTTI object for a property that is a member of the reflected type. |
| ToString | Returns the name of the reflected type. |