GetType()

Namespace ›› System ›› MfObject ›› Methods ››
Parent Previous Next

GetType()

OutputVar := instance.GetType()

GetType()

Gets the Type for the for the Class

Returns

Returns Instance of MfType Class representing the type of this object

Example

i := new MfInteger(12)
Msgbox % i.GetType().ToString() ; displays MfInteger