JVCL Help:TJvCustomInspectorData.SetAsSet
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvCustomInspectorData.SetAsSet Method
[+] TJvCustomInspectorData Methods
[+] TJvCustomInspectorData Properties
Search in JVCL Help
Search in all projectsSummary
Set the data as a set value.
Pascal
procedureSetAsSet(constBuf); virtual; abstract;
Parameters
Parameters | Description |
const Buf | The value to set the data to. |
Description
SetAsSet will try to change the underlying data as a set value. If the data can not be accessed as a set, an exception will be raised. Before the data is set CheckWriteAccess is called to check write access.
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