Version

Namespace ›› System ›› MfInfo ›› Properties ››
Parent Previous Next

Version

Gets the value of the current Mini-Framework version as instance of MfVersion

OutputVar := MfInfo.Version

Value

Version property returns and instance of MfVersion

Remarks

The MfVersion returned contains the current version of the Mini-Framework.
The Current Version can be view by calling its ToString method.
For Example: MsgBox % MfInfo.Version.ToString()
Static Readonly Property