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

TWinControl.InsertControl

Insert control into Controls[].

Declaration

Source position: controls.pp line 2253

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).

The latest version of this document can be found at lazarus-ccr.sourceforge.net.