[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 2414

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 4.0 Generated 2025-05-03 Home