Show: Delphi
C++
Display Preferences
DBAdapt.TDataSetAdapterRowAction
From XE2 API Documentation
Delphi
TDataSetAdapterRowAction = class(TCustomDataSetAdapterRowAction)
C++
class PASCALIMPLEMENTATION TDataSetAdapterRowAction : public TCustomDataSetAdapterRowAction
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| class | public | DBAdapt.pas DBAdapt.hpp |
DBAdapt | DBAdapt |
Description
TDataSetAdapterRowAction is a general-purpose action for dataset adapters.
Add TDataSetAdapterRowAction to a dataset adapter (TDataSetAdapter) to support your own custom actions that operate on the adapter's dataset. When this action is executed, it generates an OnExecute event. You can supply an event handler that provides the implementation for this action.
By default, this action is visible (included in HTML forms) unless the parent adapter is in query mode. You can change when the action is visible by setting the ActionModes property.