JVCL Help:TJvCustomInspectorItem.DoGetValueList
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvCustomInspectorItem.DoGetValueList Method
[+] TJvCustomInspectorItem Events
[+] TJvCustomInspectorItem Methods
[+] TJvCustomInspectorItem Properties
Search in JVCL Help
Search in all projectsSummary
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