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

TWinControl.InsertControl

Inserts the specified control into the Controls property.

Declaration

Source position: controls.pp line 2424

public procedure TWinControl.InsertControl(

  AControl: TControl

);

procedure TWinControl.InsertControl(

  AControl: TControl;

  Index: Integer

); virtual;

Arguments

AControl

  

The control to insert.

Arguments

AControl

  

The control to insert.

Index

  

Insert at index (optional).


Version 3.2 Generated 2024-02-25 Home