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

TWinControl.FindChildControl

Finds a child control by name.

Declaration

Source position: controls.pp line 2242

public function TWinControl.FindChildControl(

  const ControlName: string

):TControl;

Arguments

ControlName

  

The Name of the control to find.

Function result

True when the control has been found.

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