[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
This control is the parent of another (specified) control
Source position: controls.pp line 1317
public function TControl.IsParentOf( |
AControl: TControl |
):Boolean; virtual; |
AControl |
|
The control of which this control is a parent (ie the Child control) |
Function returns True if this control is a parent, ie there is a child control
This control is the parent of another control.
AControl: the control of which this is a parent.
Result: true if this is a parent
lazarus-ccr.sourceforge.net |