DBAdapt.TCustomDataSetAdapterAction

From RAD Studio API Documentation
Jump to: navigation, search

WebAdapt.TImplementedAdapterActionWebAdapt.TCustomAdapterActionWebAdapt.TBaseAdapterActionWebComp.TWebContainedComponent
TCustomDataSetAdapterAction

Delphi

TCustomDataSetAdapterAction = class(TImplementedAdapterAction)

C++

class PASCALIMPLEMENTATION TCustomDataSetAdapterAction : public Webadapt::TImplementedAdapterAction

Properties

Type Visibility Source Unit Parent
class public
DBAdapt.pas
DBAdapt.hpp
DBAdapt DBAdapt

Description

TCustomDataSetAdapterAction is the base class for adapter actions that can be added to a dataset adapter.

TCustomDataSetAdapterAction is the base class for all adapter action objects that perform functions for a dataset adapter. TCustomDataSetAdapterAction descendants are included as the actions of a dataset adapter (TDataSetAdapter). Each TCustomDataSetAdapterAction descendant can be executed to perform a specific function on the dataset of the parent dataset adapter.

Do not use TCustomDataSetAdapterAction directly. It is intended only as a base class. Instead, use a TCustomDataSetAdapterAction descendant that represents the particular action you want.

See Also

Personal tools
Translations