RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TADOCommand.Create Constructor

Constructs an instance of an ADO command component.

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

Use Create to programmatically instantiate an ADO command component. Command components added in the form designer are created automatically. 

Create:

 

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