RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TWinControl.VisibleDockClientCount Property

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

Pascal
property VisibleDockClientCount: Integer;
C++
__property int VisibleDockClientCount;

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

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!