IsEmpty

Namespace ›› System ›› MfType ›› Properties ››
Parent Previous Next

IsEmpty

IsEmpty Gets if the current MfType is Empty or null

OutputVar := instance.IsEmpty

Value

Var boolean

Gets

Gets if the type is  Empty or null as a boolean var for the current type.

Returns

Readonly Property
Returns true if MfType is null or empty; Otherwise false.

Example

T := new MfType(obj)
MsgBox % T.IsEmpty()