JVCL Help:IJvDataItems.IsDynamic

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 items are dynamic.


Pascal

 functionIsDynamic: Boolean;


Description

IsDynamic determines if the items list creates an IJvDataItem when it's requested and should therefor be disposed of once the last reference goes out of scope.
The implementation object of IJvDataItem should reimplement IUnknown._AddRef and IUnknown._Release to ignore reference counting if this method returns False.


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