Exchange

<< Click to Display Table of Contents >>

Navigation:  Classes > TComboStringList > Methods >

Exchange

SIGNATURE=IWCompListbox.TComboStringList.Exchange@Integer@Integer

 

ETYPE=Method

 

Declaration:

Delphi:

public procedure Exchange(Index1: Integer; Index2: Integer); override;

C++:

void public: virtual __fastcall Exchange(int Index1, int Index2);

 

Description: This is Exchange, a member of class TComboStringList.