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 

Calls its inherited Create method. 

Initializes the CommandObject property. 

Initializes the Parameters property. 

Sets the ParamCheck property to true. 

 

Create_d 

Destroy_d

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