| AfterConstruction(TObject) |
public |
Method called after the constructor was called. |
| BeforeDestruction(TObject) |
public |
Method called before the destructor is called. |
| BinaryOp(TCustomVariantType) |
public |
Perform a binary mathematical operation |
| Cast(TCustomVariantType) |
public |
Cast a custom variant to another type |
| CastTo(TCustomVariantType) |
public |
Cast a custom variant to another type |
| CastToOle(TCustomVariantType) |
public |
Cast variant value to OLE value |
| ClassInfo(TObject) |
public |
Return a pointer to the type information for this class. |
| ClassName(TObject) |
public |
Return the current class name. |
| ClassNameIs(TObject) |
public |
Check whether the class name equals the given name. |
| ClassParent(TObject) |
public |
Return the parent class. |
| ClassType(TObject) |
public |
Return a "class of" pointer for the current class |
| CleanupInstance(TObject) |
public |
Finalize the class instance. |
| Clear(TCustomVariantType) |
public |
Clear a value |
| Compare(TCustomVariantType) |
public |
Comparison 2 custom variant values |
| CompareOp(TCustomVariantType) |
public |
Check result of a comparison between 2 custom variant values |
| Copy(TCustomVariantType) |
public |
Copy a custom variant value |
| Create(TObject) |
public |
TObject Constructor |
| Create(Create) |
public |
Instantiate a new custom variant type |
| DefaultHandler(TObject) |
public |
Default handler for integer message handlers. |
| DefaultHandlerStr(TObject) |
public |
Default handler for string messages. |
| Destroy(TObject) |
public |
TObject destructor. |
| Destroy(TCustomVariantType) |
public |
Unregister variant type |
| Dispatch(TObject) |
public |
Dispatch an integer message |
| DispatchStr(TObject) |
public |
Dispatch a string message. |
| DoFunction(TInvokeableVariantType) |
public |
Empty stub for IVarInvokeable.DoFunction, to be implemented in descendents |
| DoProcedure(TInvokeableVariantType) |
public |
Empty stub for IVarInvokeable.DoProcedure, to be implemented in descendents |
| Equals(TObject) |
public |
Check if two objects are equal. |
| FieldAddress(TObject) |
public |
Return the address of a field. |
| Free(TObject) |
public |
Check for Nil and call destructor. |
| FreeInstance(TObject) |
public |
Clean up instance and free the memory reserved for the instance. |
| GetHashCode(TObject) |
public |
Return a hash code for the object |
| GetInterface(GetInterface) |
public |
Return a reference to an interface |
| GetInterfaceByStr(TObject) |
public |
Return an interface based on its GUID |
| GetInterfaceEntry(TObject) |
public |
Return the interface table entry by GUID |
| GetInterfaceEntryByStr(TObject) |
public |
Return the interface table entry by string |
| GetInterfaceTable(TObject) |
public |
Return a pointer to the table of implemented interfaces for a class |
| GetInterfaceWeak(TObject) |
public |
Get a reference to an interface, not increasing the reference count |
| GetProperty(TInvokeableVariantType) |
public |
Empty stub for IVarInvokeable.GetProperty, to be implemented in descendents |
| InheritsFrom(TObject) |
public |
Check whether class is an ancestor. |
| InitInstance(TObject) |
public |
Initialize a new class instance. |
| InstanceSize(TObject) |
public |
Return the size of an instance. |
| IsClear(TCustomVariantType) |
public |
Is the custom value unassigned ? |
| MethodAddress(TObject) |
public |
Return the address of a method |
| MethodName(TObject) |
public |
Return the name of a method. |
| newinstance(TObject) |
public |
Allocate memory on the heap for a new instance |
| QualifiedClassName(TObject) |
public |
Fully qualified classname |
| SafeCallException(TObject) |
public |
Handle exception object |
| SetProperty(TInvokeableVariantType) |
public |
Empty stub for IVarInvokeable.SetProperty, to be implemented in descendents |
| StringMessageTable(TObject) |
public |
Return a pointer to the string message table. |
| ToString(TObject) |
public |
Return a string representation for the object |
| UnaryOp(TCustomVariantType) |
public |
Perform a unary mathematical operation |
| UnitName(TObject) |
public |
Unit name |