JVCL Help:TJvCustomInspectorItem.OnGetValueList
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvCustomInspectorItem.OnGetValueList Event
[+] TJvCustomInspectorItem Events
[+] TJvCustomInspectorItem Methods
[+] TJvCustomInspectorItem Properties
Search in JVCL Help
Search in all projectsSummary
Event to retrieve a value list.
Pascal
TInspectorItemGetValueListEvent = procedure (Item: TJvCustomInspectorItem; Values: TStrings) ofobject;
propertyOnGetValueList: TInspectorItemGetValueListEvent;
Parameters
Parameters | Description |
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. |
Item | The item requesting the value list. |
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