JVCL Help:TJvInspectorTMethodItem.GetValueList@TStrings

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

Search in JVCL Help

 
Search in all projects
 

Summary

Retrieves the list of selectable values.


Pascal

 procedureGetValueList(constStrings: TStrings); override;


Parameters

Parameters Description
const Strings: TStrings Instance of a TStrings descendant to receive the list. This list is not cleared on entry, although the event handler called might.


Description

GetValueList retrieves the list of selectable values. GetValueList simply calls DoGetValueList. However, descendants might override GetValueList to bypass or augment the event handler, without overriding the DoGetValueList method, which is the wrapper method for the OnGetValueList event.


See Also

TInspectorItemFlag.iifValueList, TJvCustomInspectorItem.DoGetValueList, TJvCustomInspectorItem.OnGetValueList


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