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

TCustomComboBoxEx.Insert

Inserts a new item with the specified values at the given position.

Declaration

Source position: comboex.pas line 174

public procedure TCustomComboBoxEx.Insert(

  AIndex: Integer;

  const ACaption: string;

  AIndent: Integer = - 1;

  AImgIdx: TImageIndex = - 1;

  AOverlayImgIdx: TImageIndex = - 1;

  ASelectedImgIdx: TImageIndex = - 1

);

Arguments

AIndex

  

Ordinal position where the new item is stored.

ACaption

  

Caption for the new combo-box item.

AIndent

  

Indent spacing for the new combo-box item.

AImgIdx

  

Image index for the new combo-box item.

AOverlayImgIdx

  

Overlay image index for the new combo-box item.

ASelectedImgIdx

  

Selected image index for the new combo-box item.


Version 3.2 Generated 2024-02-25 Home