JVCL Help:TJvValidators.Exchange

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

Search in JVCL Help

 
Search in all projects
 

Summary

Swaps the position of two items in the Items array.


Pascal

 procedureExchange(Index1: Integer; Index2: Integer);


Parameters

Parameters Description
Index1: Integer Index of the first validator in the Items array.
Index2: Integer Index of the second validator in the Items array.


Description

Call Exchange to swap the positions of the items at positions Index1 and Index2 of the Items array. The indexes are zero-based, so the first item in the list has an index value of 0, the second item has an index value of 1, and so on.


See Also

TJvValidators.Remove


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