Datasnap.DBClient.TCustomClientDataSet.Create
[–] Properties | |
---|---|
Type: constructor | |
Visibility: public | |
Source: Datasnap.DBClient.pas Datasnap.DBClient.hpp
| |
Unit: Datasnap.DBClient | |
Parent: TCustomClientDataSet |
Delphi
constructor Create(AOwner: TComponent); override;
C++
__fastcall virtual TCustomClientDataSet(System::Classes::TComponent* AOwner);
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.