[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Controls' (#lcl)

TWinControl.ContainsControl

Returns True if this is a parent of the given control.

Declaration

Source position: controls.pp line 2216

public function TWinControl.ContainsControl(

  Control: TControl

):Boolean;

Arguments

Control

  

The (possible) child control.

Function result

True when we are a parent of Control.

The latest version of this document can be found at lazarus-ccr.sourceforge.net.