Datasnap.DBClient.TCustomClientDataSet.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(AOwner: TComponent); override;

C++

__fastcall virtual TCustomClientDataSet(System::Classes::TComponent* AOwner);

Properties

Type Visibility Source Unit Parent
constructor public
Datasnap.DBClient.pas
Datasnap.DBClient.hpp
Datasnap.DBClient TCustomClientDataSet

Description

Creates and initializes an instance of TCustomClientDataSet.

Call Create to instantiate a client dataset component at run time. Client datasets added to forms or data modules at design time are created automatically.

AOwner is a component—typically a form or data module—that is responsible for freeing the client dataset.

See Also