
set_visible
Use this method to change the visibility of a custom control.
CALL METHOD my_control->set_visible
EXPORTING visible = visible
EXCEPTIONS cntl_error = 1
cntl_system_error = 2.
Parameters |
Description |
visible |
X : Custom control is visible' ' : Custom control is not visible |