JVCL Help:TJvInspectorVarData.IsEqualReference@TJvCustomInspectorData

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Summary

Determines if the specified data instance references the same data.


Pascal

 functionIsEqualReference(constRef: TJvCustomInspectorData): Boolean; override;


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