Controls.TWinControl.VisibleDockClientCount

From RAD Studio VCL Reference
Jump to: navigation, search

Contents

Delphi Information

From Controls.pas

	property VisibleDockClientCount: Integer read GetVisibleDockClientCount;


Unit: Controls

Type: property

Visibility: public

Member Of: TWinControl

C++ Information

From Controls.hpp

	__property int VisibleDockClientCount = {read=GetVisibleDockClientCount};


Unit: Controls

Type: property

Visibility: public

Member Of: TWinControl

Description

Specifies the number of visible controls that are docked on the windowed control.


Use VisibleDockClientCount to determine the number of controls in the DockClients list that have a Visible property value of true. This value is less than or equal to the value of DockClientCount.

See Also

Personal tools
Translations
Newest Version