JVCL Help:IJvDataItemBasicAction
JVCL Help: IJvDataItemBasicAction Interface
Search in JVCL Help
Search in all projectsClass Hierarchy
IJvDataItemBasicAction
run\JvDataProviderIntf.pas
Summary
Data Item support interface for responding to an item being selected/double clicked.
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.
See Also
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