Vcl.Controls.TWinControl.DockClients
Delphi
property DockClients[Index: Integer]: TControl read GetDockClients;
C++
__property TControl* DockClients[int Index] = {read=GetDockClients};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | Vcl.Controls.pas Vcl.Controls.hpp |
Vcl.Controls | TWinControl |
Description
Lists the controls that are docked to the windowed control.
Use DockClients to access any control that is docked to the windowed control.
See Also
Code Examples