[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
TInvokeableVariantType descendent that implements reading published properties.
Source position: variants.pp line 254
| type TPublishableVariantType = class(TInvokeableVariantType,IVarInstanceReference) | ||
| public | ||
| function GetProperty(); override; | 
 | Read the property. | 
| function SetProperty(); override; | 
 | Write the property. | 
| end; | 
| 
 | TInvokeableVariantType descendent that implements reading published properties. | |
| | | ||
| 
 | TCustomVariantType descendent that implements DispInvoke. | |
| | | ||
| 
 | Base class for a custom variant type. | |
| | | ||
| 
 | Base class of all classes. | 
TPublishableVariantType implements the IVarInvokeable.GetProperty and IVarInvokeable.SetProperty methods by getting or setting the published properties of the class instance returned by the IVarInstanceReference interface it implements.
| 
 | TCustomVariantType descendent that implements DispInvoke. | |
| 
 | Called when a property must be read. | |
| 
 | Called when a property must be set. | |
| 
 | Interface for variants that refer to an object. |