Visible Properties
  

Gets or sets visible the Control.

SYNTAX
Pseudo-OOP:

Set:
<ParentWindowName>.<ControlName>.Visible := lVisible

Get:
<ParentWindowName>.<ControlName>.Visible --> lVisible

Function syntax:

Set:
SetProperty ( <ParentWindowName>,<ControlName>, Visible , lVisible )

Get:
GetProperty ( <ParentWindowName>, <ControlName>, Visible ) --> lVisible


DESCRIPTION

The Visible properties makes the Control visible (when value is TRUE) or not (when value is FALSE).