JVCL Help:TJvFullColorList.Add

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

Search in JVCL Help

 
Search in all projects
 

Summary

Add a new color.


Pascal

 functionAdd(AColor: TJvFullColor): Integer;


Parameters

Parameters Description
AColor: TJvFullColor Color to add.


Return Value

Index of this new item in the list.


Description

This function adds a new item in the list. This color is added at the end of the list. The return value is the index of this item in the list after being added (Count-1).


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