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

TCustomFlowPanel.SetControlIndex

Sets the Index position in ControlList for the specified control.

Declaration

Source position: extctrls.pp line 1263

public procedure TCustomFlowPanel.SetControlIndex(

  AControl: TControl;

  Index: Integer

);

Arguments

AControl

  

Control to locate and update in the list of controls.

Index

  

Value assigned to the Index property for the specified control.

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