Vcl.Controls.TDockZone.Visible
Delphi
property Visible: Boolean read GetVisible;
C++
__property bool Visible = {read=GetVisible, nodefault};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | Vcl.Controls.pas Vcl.Controls.hpp |
Vcl.Controls | TDockZone |
Description
Specifies whether the child control of a TDockZone object is visible.
Visible is a read-only property set to True if the child control of a TDockZone object appears on the screen or to False, otherwise.