JVCL Help:TJvInspectorEventData.OnGetAsSet
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvInspectorEventData.OnGetAsSet Event
[+] TJvInspectorEventData Events
[+] TJvInspectorEventData Methods
Search in JVCL Help
Search in all projectsSummary
Event called when data needs to be read as a set.
Pascal
propertyOnGetAsSet: TJvInspAsSet;
Parameters
Parameters | Description |
Sender | Reference to the data layer instance that generated the event. |
Value | Set this parameter to the value the instance represents. |
BufSize | Initially set to the maximum number of bytes expected. You may set this parameter to the number of bytes actually copied. |
Description
Write an OnGetAsSet event handler to read data as a set value.
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