[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Determines whether this control is a parent of AControl.
Source position: controls.pp line 1567
public function TControl.IsParentOf( |
AControl: TControl |
):Boolean; virtual; |
AControl |
|
The control of which this control may be a parent. |
True if this control is a parent of AControl.
The recursive search in all Parents of AControl finds not only immediate parent/child controls.
lazarus-ccr.sourceforge.net |