JVCL Help:TJvDatabaseBaseAction
JVCL Help: TJvDatabaseBaseAction Class
Search in JVCL Help
Search in all projectsClass Hierarchy
TJvDatabaseBaseAction
TJvDatabaseBaseActiveAction
TJvDatabaseSimpleAction
run\JvDBActions.pas
Summary
Base Component for all TJvDatabaseAction Components
Pascal
run\JvDBActions.pas
TJvDatabaseBaseAction = class(TJvActionEngineBaseAction);
Description
This is an enhanced Action Class.
It supports different actions on database objects.
The main difference is, that this component have the possibilities not only to connect to a TDataSource Component. The DataComponent can connect to any type of component. The idea that it could also connect to a TDBGrid and that the actions then are depending on the Grid and not on the datasource.
The connection is handled through a TJvDatabaseActionBaseEngine. There are default engines for TDataSource and TDBGrid Components.
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