JVCL Help:TJvFullColorList.Exchange

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Summary

Exchange 2 items of the list.


Pascal

 procedureExchange(Index1: Integer; Index2: Integer);


Parameters

Parameters Description
Index1: Integer first index.
Index2: Integer second index.


Description

This function exchange two items of the list. After the exchange, two OnChange event are triggered (one per index) with Operation = ofChanged.


About

Contribute to this help topic

This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page