Class_unwrapThis

Homepage

Dynamically "unwraps" the specified Class object.

Result := Class_unwrapThis(ClassObject)

Parameters

ClassObject The Class object to use for the current operation.

Return Value

The "unwrapped" class object.

Remarks

If ClassObject is NULL (0 or blank) or not a wrapper, the empty string is returned, to indicate an error.

Related

Class_isWrapper

Class

Examples


  

Homepage