JVCL Help:IJvDataContextsManager

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

Search in JVCL Help

 
Search in all projects
 

Class Hierarchy

IJvDataContextsManager
TJvBaseDataContextsManager
run\JvDataProviderIntf.pas


Summary

Support interface for IJvDataContexts that handles context management.

run\JvDataProviderIntf.pas


Pascal

 run\JvDataProviderIntf.pas
 IJvDataContextsManager = interface;


Description

IJvDataContextsManager is an optional supporting interface for IJvDataContexts that manages the context list.
The interface provides methods to:

  • Add a specific context to the list.
  • Create and add a new context to the list.
  • Empty the list of contexts.
  • Delete a context given its index or given the context instance.

This interface is needed if the design time provider context manager should be able to add/delete contexts to/from the list.

run\JvDataProviderIntf.pas


About

Navigation

run\JvDataProviderIntf.pas



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