RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomADODataSet.Create Constructor

Creates an instance of a TCustomADODataSet component.

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

Call Create to instantiate an ADO dataset component at runtime. TCustomADODataSet contains abstract methods, and is not intended to be used in applications. Instead, applications instantiate dataset descendants such as TADODataSet, TADOTable, TADOQuery, or TADOStoredProc

AOwner is the component that becomes the value of the Owner property. Typically, this is the form or data module that contains the dataset. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!