JVCL Help:IJvDataItemBasicAction

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

Search in JVCL Help

 
Search in all projects
 

Class Hierarchy

IJvDataItemBasicAction
run\JvDataProviderIntf.pas


Summary

Data Item support interface for responding to an item being selected/double clicked.

run\JvDataProviderIntf.pas


Pascal

 run\JvDataProviderIntf.pas
 IJvDataItemBasicAction = interface;


Description

IJvDataItemBasicAction is a supporting interface for IJvDataItem that adds the capability of executing a task if the item is selected or double-clicked by the control.
Some items will have a specific task linked to them, e.g. a control applet provider might have an action linked to each item that will execute that control applet. In other cases a provider might provide a way to link a user event to each individual item (using a separate interface) which will then be called through this interface from the consumer.
The interface provides in a single method that will perform an action linked to the item.

run\JvDataProviderIntf.pas


See Also

IJvDataItem

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