|
RAD Studio VCL Reference
|
Checks whether the control is docked inside another control or has at least two docked controls.
function IsQualifyingSite(const Client: TControl): Boolean; dynamic;
__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!
|