Show: Delphi
C++
Display Preferences
TRttiOrdinalType Inherited Members
From XE2 API Documentation
Contents |
System.Rtti.TRttiType
| AsInstance | Casts the TRttiType instance to a TRttiInstanceType instance. |
| AsOrdinal | Casts the TRttiType instance to a TRttiOrdinalType instance. |
| AsRecord | Cast the TRttiType instance to a TRttiRecordType instance. |
| AsSet | Casts the TRttiType instance to a TRttiSetType instance. |
| BaseType | Specifies the base type. |
| Create | |
| Destroy | |
| 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. |
| Handle | Specifies a pointer to a TTypeInfo structure. |
| IsInstance | Checks whether the TRttiType instance is actually a TRttiInstanceType instance. |
| IsManaged | Specifies whether the reflected type is managed. |
| IsOrdinal | Checks whether the TRttiType instance is actually a TRttiOrdinalType instance. |
| IsPublicType | Checks whether the TRttiType instance reflects a public type. |
| IsRecord | Checks whether the TRttiType instance is actually a TRttiRecordType instance. |
| IsSet | Checks whether the TRttiType instance is actually a TRttiSetType instance. |
| QualifiedName | Specifies the qualified name of the reflected type. |
| ToString | Returns the name of the reflected type. |
| TypeKind | Specifies the reflected type's kind. |
| TypeSize | Specifies the size of the reflected type. |
System.Rtti.TRttiNamedObject
| Create | |
| Destroy | |
| Name | Specifies the name of the reflected entity. |
System.Rtti.TRttiObject
| Create | |
| Destroy | Frees an instance of TRttiObject and its associated resources. |
| GetAttributes | Returns a list of attributes associated with the type or type member. |
| Handle | Specifies a pointer to the RTTI information block in the executable image. |
| Package | Specifies the package in which the reflected object is located. |
| Parent | Specifies the parent RTTI object. |
| RttiDataSize | Specifies the size of the RTTI information block. |
System.TObject
| AfterConstruction | Responds after the last constructor has executed. |
| BeforeDestruction | Responds before the first destructor executes. |
| ClassInfo | Returns a pointer to the run-time type information (RTTI) table for the object type. |
| ClassName | Returns a string indicating the type of the object instance (as opposed to the type of the variable passed as an argument). |
| ClassNameIs | Determines whether an object is of a specific type. |
| ClassParent | Returns the type of the immediate ancestor of a class. |
| ClassType | Returns the class reference for the object's class. |
| CleanupInstance | Performs finalization on long strings, variants, and interface variables within a class. |
| Create | Constructs an object and initializes its data before the object is first used. |
| DefaultHandler | Provides the interface for a method that processes message records. |
| Destroy | Disposes of an object instance. |
| Dispatch | Calls message-handling methods for the object, based on the contents of the Message parameter. |
| Equals | Checks whether the current instance and the parameter are equal. |
| FieldAddress | Returns the address of a published object field. |
| Free | Destroys an object and frees its associated memory, if necessary. |
| FreeInstance | Deallocates memory allocated by a previous call to the NewInstance method. |
| GetHashCode | Returns an integer containing the hash code. |
| GetInterface | Retrieves a specified interface. |
| GetInterfaceEntry | Returns the entry for a specific interface implemented in a class. |
| GetInterfaceTable | Returns a pointer to a structure containing all of the interfaces implemented by a given class. |
| InheritsFrom | Determines the relationship of two object types. |
| InitInstance | Initializes a newly allocated object instance to all zeros and initializes the instance's virtual method table pointer. |
| InstanceSize | Returns the size in bytes of each instance of the object type. |
| MethodAddress | Returns the address of a class method by name. |
| MethodName | Returns the name of a class method by address. |
| NewInstance | Allocates memory for an instance of an object type and returns a pointer to that new instance. |
| QualifiedClassName | Returns the qualified name of the class. |
| SafeCallException | Handles exceptions in methods declared using the safecall calling convention. |
| ToString | Returns a string containing the class name. |
| UnitName | Returns the name of the unit where the class is defined. |
| UnitScope | Returns the class's unit scope. |