Language:
Русский
English
TypeOf (function)
Returns a pointer to an object type's virtual method table.
Declaration
procedure TypeOf (Param1: ObjectType) : Pointer
Target
Windows, Real, Protected
Remarks
Param1 is either an object type identifier or an instance of an object type.
Can only be applied to object types that have a VMT; all other types result in an error.