I think that a Visible(I/O) property for Form object, can be a better alternative to the Visible property of a control on the form, when I need to check if the form is active or not.
Can this be implemented in a future release of Basic4PPC?
I think that a Visible(I/O) property for Form object, can be a better alternative to the Visible property of a control on the form, when I need to check if the form is active or not.
Can this be implemented in a future release of Basic4PPC?
This can be done with the door library. It can also be set.
Code:
obj.New1(false) obj.FromControl("Form1") If (obj.GetProperty("Visible")) then obj.SetProperty("Visible",false)