JVCL Help:TJvInspectorClassItem.OnGetValueList
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvInspectorClassItem.OnGetValueList Event
[+] TJvInspectorClassItem Events
[+] TJvInspectorClassItem Methods
[+] TJvInspectorClassItem Properties
Search in JVCL Help
Search in all projectsSummary
Event to retrieve a value list.
Pascal
propertyOnGetValueList: TInspectorItemGetValueListEvent;
Parameters
Parameters | Description |
Item | The item requesting the value list. |
Values | TStrings instance to receive the value list. If you assign objects to the values, they will not be freed when the list is freed. |
Description
OnGetValueList is the event that is called when the GetValueList is called.
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