JVCL Help:TJvCustomInspectorItem.SelectValue

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

Search in JVCL Help

 
Search in all projects
 

Summary

Selects next or previous values.


Pascal

 procedureSelectValue(constDelta: Integer); virtual;


Parameters

Parameters Description
const Delta: Integer Number of items to advance forwards or backwards. When Delta < 0, the list is traversed backwards, when Delta > 0 the list is traversed forwards.


Description

SelectValue will advance a number of items in the value list and select that value for the item. The Delta parameter determines the number of items to go forward or backward. SelectValue will handle the value list cyclic, ie. when either the beginning or the end of list has been reached, SelectValue will wrap around to the other side of the list.


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