[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Finds the index value for the given control, in TWinControl.Controls
Source position: controls.pp line 2332
public function TWinControl.GetControlIndex( |
AControl: TControl |
):Integer; |
AControl |
|
The child control to locate in the method. |
The ordinal position in Controls, -1 if not found.
lazarus-ccr.sourceforge.net |