Controls.TWinControl.DockClientCount
From RAD Studio VCL Reference
Contents |
Delphi Information
From Controls.pas
property DockClientCount: Integer read GetDockClientCount;
Unit: Controls
Type: property
Visibility: public
Member Of: TWinControl
C++ Information
From Controls.hpp
__property int DockClientCount = {read=GetDockClientCount};
Unit: Controls
Type: property
Visibility: public
Member Of: TWinControl
Description
Specifies the number of controls that are docked on the windowed control.
Use DockClientCount to get the number of controls that are docked to the windowed control. This value can be used as an upper bound when iterating through the DockClients property.
Note: The DockClients property can contain controls that are not visible. To get the number of docked clients that are visible, use the VisibleDockClientCount property instead.
See Also
Code Samples