Vcl.Controls.TDockZone.Visible

From RAD Studio API Documentation
Jump to: navigation, search

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.

See Also