IMetabaseObject.GetExtensionDispatch

Syntax

GetExtensionDispatch: Object;

Description

The GetExtensionDispatch method performs conversion to common object form, from which it is possible to move to the required object class.

Comments

This method is used in the programming languages in which there is no possibility of explicit type conversion. The result of the method execution is the necessary object type.

NOTE. The use of this method is not relevant in the Fore language. For more details about types conversion see description of the As operator.

See also:

IMetabaseObject | IMetabaseManager.RevertToObject