Some properties that MiniGUI Extend keep in different arrays, HMG has not easy to find. _HMG_SYSDATA is an very large array with a lot of informations.
To use SetConfOFF() without any parameter, I have adapted looking for such informations ready in MiniGui Extended:
_HMG_aControlRangeMax = Property with maximum size in TextBox ( MAXLENGTH )
_HMG_aControlInputMask = Keeps InputMask
_HMG_aControlDblClick = Function when OnEnter is actioned
Well, there is always a way of doing things. One of these properties got by using API and rest by _HMG_SYSDATA.
So I wish to share here with these elaborated control functions that could it be very useful.