Show: Delphi C++
Display Preferences

System.Rtti.TRttiType Functions

From XE2 API Documentation
Jump to: navigation, search


GetDeclaredFieldsReturns a list of all the fields declared in the reflected type.
GetDeclaredIndexedPropertiesGets the indexed properties declared in the type reflected by the current TRttiType instance (as an array).
GetDeclaredMethodsReturns a list of all the methods declared in the reflected type.
GetDeclaredPropertiesReturns a list of all the properties declared in the reflected type.
GetFieldReturns an RTTI object for a field that is a member of the reflected type.
GetFieldsReturns a list of all the fields that are part of the reflected type.
GetIndexedPropertiesGets the indexed properties available in the type reflected by the current TRttiType instance (as an array).
GetIndexedPropertyReturns an RTTI object for an indexed property that is a member of the reflected type.
GetMethodReturns an RTTI object for a method that is a member of the reflected type.
GetMethodsReturns a list of all the methods that are part of the reflected type.
GetPropertiesReturns a list of all the properties that are part of the reflected type.
GetPropertyReturns an RTTI object for a property that is a member of the reflected type.
ToStringReturns the name of the reflected type.


Personal tools
Previous Versions
Translations