Vcl.Controls.TWinControl.IsQualifyingSite
Delphi
function IsQualifyingSite(const Client: TControl): Boolean; dynamic;
C++
DYNAMIC bool __fastcall IsQualifyingSite(TControl* const Client);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | protected | Vcl.Controls.pas Vcl.Controls.hpp |
Vcl.Controls | TWinControl |
Description
Checks whether the control is docked inside another control or has at least two docked controls.
IsQualifyingSite is a protected method that returns true if either the given Client control is docked inside another control, or there are at least two controls docked inside Client.