WebAdapt.TCustomApplicationAdapterAction
From RAD Studio API Documentation
Delphi
TCustomApplicationAdapterAction = class(TImplementedAdapterAction)
C++
class PASCALIMPLEMENTATION TCustomApplicationAdapterAction : public TImplementedAdapterAction
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| class | public | WebAdapt.pas WebAdapt.hpp |
WebAdapt | WebAdapt |
Description
TCustomApplicationAdapterAction is a base class for adapter actions that work with descendants of TCustomApplicationAdapter.
TCustomApplicationAdapterAction has two purposes. First, it provides a property that is used by descendants to access the parent adapter. Second, it defines a base class that TCustomApplicationAdapter checks for when determining whether an adapter action can be added as a child.