JVCL Help:IJvDataContextsManager.Delete

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

Search in JVCL Help

 
Search in all projects
 

Summary

Removes a context from the list.


Pascal

 procedureDelete(Context: IJvDataContext);


Parameters

Parameters Description
Context: IJvDataContext Reference to the data context to remove.


Description

Delete removes the specified context from the list, provided the context is deletable. If the context is not deletable an exception might be raised (depending on the implementation of this method).


See Also

IJvDataContext.IsDeletable, IJvDataContextsManager.Clear


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