Method XbpSysWindow():isEnabled() Foundation
Returns whether the system window is enabled.
Syntax
:isEnabled() --> lEnabled
Return
This method returns the value .T. (true) when the system window is available, otherwise it returns .F. (false).
Description
A system window can be temporarily marked as "disabled" using the method :disable(). If this is done, the system window is inaccessible to the user. Whether the window is accessible is determined using the :isEnabled() method.
Feedback
If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.