WebAdapt.TImplementedAdapterAction
From RAD Studio API Documentation
Delphi
TImplementedAdapterAction = class(TCustomAdapterAction)
C++
class PASCALIMPLEMENTATION TImplementedAdapterAction : public TCustomAdapterAction
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| class | public | WebAdapt.pas WebAdapt.hpp |
WebAdapt | WebAdapt |
Description
TImplementedAdapterAction is a base class for adapter actions.
Derive from TImplementedAdapterAction to define an adapter action component that works with specific adapter component types. Classes derived from TImplementedAdapterAction can only be added to adapter components that allow the particular class. On the other hand, classes derived from TCustomAdapterAction (such as TAdapter) can be added to any adapter component class.