[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
The number of clients docked into this control.
Source position: controls.pp line 2098
public property TWinControl.DockClientCount: Integer |
The docked controls can be accessed inDockClients[].
DockClientCount is equivalent to DockClients.Count, but handles the special case when DockClients is Nil.
|
The indexed list of controls docked into this control. |