Show: Delphi C++
Display Preferences

TRttiOrdinalType Inherited Members

From XE2 API Documentation
Jump to: navigation, search



Contents

System.Rtti.TRttiType

AsInstanceCasts the TRttiType instance to a TRttiInstanceType instance.
AsOrdinalCasts the TRttiType instance to a TRttiOrdinalType instance.
AsRecordCast the TRttiType instance to a TRttiRecordType instance.
AsSetCasts the TRttiType instance to a TRttiSetType instance.
BaseTypeSpecifies the base type.
Create
Destroy
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.
HandleSpecifies a pointer to a TTypeInfo structure.
IsInstanceChecks whether the TRttiType instance is actually a TRttiInstanceType instance.
IsManagedSpecifies whether the reflected type is managed.
IsOrdinalChecks whether the TRttiType instance is actually a TRttiOrdinalType instance.
IsPublicTypeChecks whether the TRttiType instance reflects a public type.
IsRecordChecks whether the TRttiType instance is actually a TRttiRecordType instance.
IsSetChecks whether the TRttiType instance is actually a TRttiSetType instance.
QualifiedNameSpecifies the qualified name of the reflected type.
ToStringReturns the name of the reflected type.
TypeKindSpecifies the reflected type's kind.
TypeSizeSpecifies the size of the reflected type.

System.Rtti.TRttiNamedObject

Create
Destroy
NameSpecifies the name of the reflected entity.

System.Rtti.TRttiObject

Create
DestroyFrees an instance of TRttiObject and its associated resources.
GetAttributesReturns a list of attributes associated with the type or type member.
HandleSpecifies a pointer to the RTTI information block in the executable image.
PackageSpecifies the package in which the reflected object is located.
ParentSpecifies the parent RTTI object.
RttiDataSizeSpecifies the size of the RTTI information block.

System.TObject

AfterConstructionResponds after the last constructor has executed.
BeforeDestructionResponds before the first destructor executes.
ClassInfoReturns a pointer to the run-time type information (RTTI) table for the object type.
ClassNameReturns a string indicating the type of the object instance (as opposed to the type of the variable passed as an argument).
ClassNameIsDetermines whether an object is of a specific type.
ClassParentReturns the type of the immediate ancestor of a class.
ClassTypeReturns the class reference for the object's class.
CleanupInstancePerforms finalization on long strings, variants, and interface variables within a class.
CreateConstructs an object and initializes its data before the object is first used.
DefaultHandlerProvides the interface for a method that processes message records.
DestroyDisposes of an object instance.
DispatchCalls message-handling methods for the object, based on the contents of the Message parameter.
EqualsChecks whether the current instance and the parameter are equal.
FieldAddressReturns the address of a published object field.
FreeDestroys an object and frees its associated memory, if necessary.
FreeInstanceDeallocates memory allocated by a previous call to the NewInstance method.
GetHashCodeReturns an integer containing the hash code.
GetInterfaceRetrieves a specified interface.
GetInterfaceEntryReturns the entry for a specific interface implemented in a class.
GetInterfaceTableReturns a pointer to a structure containing all of the interfaces implemented by a given class.
InheritsFromDetermines the relationship of two object types.
InitInstanceInitializes a newly allocated object instance to all zeros and initializes the instance's virtual method table pointer.
InstanceSizeReturns the size in bytes of each instance of the object type.
MethodAddressReturns the address of a class method by name.
MethodNameReturns the name of a class method by address.
NewInstanceAllocates memory for an instance of an object type and returns a pointer to that new instance.
QualifiedClassNameReturns the qualified name of the class.
SafeCallExceptionHandles exceptions in methods declared using the safecall calling convention.
ToStringReturns a string containing the class name.
UnitNameReturns the name of the unit where the class is defined.
UnitScopeReturns the class's unit scope.


Personal tools
Previous Versions
Translations