Vcl.DBClientActns.TClientDataSetApply.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(Owner: TComponent); override;

C++

__fastcall virtual TClientDataSetApply(System::Classes::TComponent* Owner);

Properties

Type Visibility Source Unit Parent
constructor public
Vcl.DBClientActns.pas
Vcl.DBClientActns.hpp
Vcl.DBClientActns TClientDataSetApply

Description

Creates an instance of TClientDataSetApply.

Most applications do not need to call the TClientDataSetApply constructor because actions are added at design time to an action manager or action list.

AOwner specifies the Owner for the action. This is the component that is responsible for freeing the TClientDataSetApply instance.

See Also