RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDataSetAdapterRowAction Class

TDataSetAdapterRowAction is a general-purpose action for dataset adapters.

Pascal
TDataSetAdapterRowAction = class(TCustomDataSetAdapterRowAction);
C++
class TDataSetAdapterRowAction : public TCustomDataSetAdapterRowAction;

DBAdapt

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. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!