[Overview][Types][Classes][Procedures and functions][Index] |
Adds the specified control to the Items for the collection.
Source position: extctrls.pp line 1258
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. |