RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TWinControl.IsQualifyingSite Method

Checks whether the control is docked inside another control or has at least two docked controls.

Pascal
function IsQualifyingSite(const Client: TControl): Boolean; dynamic;
C++
__fastcall Boolean IsQualifyingSite(const TControl * Client);

IsQualifyingSite is a protected function that returns True if either the given Client control is docked inside another control, or there are at least two controls docked inside Client

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!