JVCL Help:TJvCustomInspectorItem.DoGetValueList

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

Search in JVCL Help

 
Search in all projects
 

Summary

Calls the OnGetValueList event handler.


Pascal

 procedureDoGetValueList(constStrings: TStrings); virtual;


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

DoGetValueList will call the OnGetValueList event handler if one is assigned. If no event handler has been assigned, the method does nothing.


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