JVCL Help:TJvFullColorList.Insert

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

Search in JVCL Help

 
Search in all projects
 

Summary

Insert an item in the list.


Pascal

 procedureInsert(Index: Integer; AColor: TJvFullColor);


Parameters

Parameters Description
Index: Integer Index to insert the item.
AColor: TJvFullColor Color to insert at this position.


Description

Insert a color at the given position. Lower indexes are not changed. Higher indexes are shift left to make a free space to place the new item. After inserting the item, an OnChange event is triggered with Operation = foAdded.


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