Vcl.Controls.TWinControl.DockClients

From RAD Studio API Documentation
Jump to: navigation, search

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