RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TPacketDataSet.Create Constructor

Creates and initializes instance of TPacketDataSet.

Pascal
constructor Create(AOwner: TComponent); override;
C++
virtual __fastcall TPacketDataSet(TComponent * AOwner);

Most applications do not need to create packet datasets because they are created by the provider components that use them.Create initializes the properties of the packet dataset. 

AOwner is the component that is responsible for freeing the TPacketDataSet instance. If AOwner is nil (Delphi) or NULL (C++), the application must explicitly free the packet data set object. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!