ds_SetMethodVisible


ds_SetMethodVisible (methodName; isVisible) <- errorCode
Parameter Type Description
-> methodName String Name of the method to modify
-> isVisible Number New visibility (1 = visible, 0 = invisible)
<- errorCode Long Integer Error Code (0 = no error)


Modifies the visibility of the method methodName. An invisible method does not appear in 4D dialogs such as "Execute a method" in User mode, formula editor.