[Overview][Types][Classes][Procedures and functions][Index] |
Adds the specified control to the Items for the collection.
Source position: extctrls.pp line 1296
protected procedure TFlowPanelControlList.AddControl( |
AControl: TControl; |
AIndex: Integer = - 1 |
); |
AControl |
|
Control to locate and optionally add in the method. |
AIndex |
|
Position in Items where the control is stored, or -1 to add the item. |
Version 4.0 | Generated 2025-05-03 | Home |