IsInstance()

Namespace ›› System ›› Mfunc ›› Methods ››
Parent Previous Next

IsInstance()

Inherited from MfObject.

OutputVar := instance.IsInstance()

IsInstance()

Get if the current class is an instance.

Returns

Returns true if object is instance; Otherwise false

Remarks

Object must a class extended from MfObject.
Method should be treated as a protected method and used internally in extended classes.