JVCL Help:TJvCustomInspectorData.IsEqualReference
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvCustomInspectorData.IsEqualReference Method
[+] TJvCustomInspectorData Methods
[+] TJvCustomInspectorData Properties
Search in JVCL Help
Search in all projectsSummary
Determines if the specified data instance references the same data.
Pascal
functionIsEqualReference(constRef: TJvCustomInspectorData): Boolean; virtual;
Parameters
Parameters | Description |
const Ref: TJvCustomInspectorData | The data instance to check. |
Description
IsEqualReference determines if the specified data instance references the same physical data as Self does. If the specified instance references the same data True will be returned, otherwise False is returned.
See Also
TJvCustomInspectorData.NotifyRemoveData, TJvCustomInspectorData.RegisterInstance
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