JVCL Help:TJvDBGrid.UnregisterLayoutChangeLink

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

Search in JVCL Help

 
Search in all projects
 

Summary

Unregisters the given TJvDBGridLayoutChangeLink object with the grid


Pascal

 procedureUnregisterLayoutChangeLink(Link: TJvDBGridLayoutChangeLink);


Parameters

Parameters Description
Link: TJvDBGridLayoutChangeLink The link object to unregister


Description

The given link object will be removed from the list of registered link objects, its OnChange object will no more be called when the grid layout changes. If it was not present in the list, nothing happens.


See Also

TJvDBGridLayoutChangeLink


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