RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TSQLStoredProc.Create Constructor

Creates an instance of a TSQLStoredProc component.

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

Call Create to instantiate an SQL stored procedure component at runtime. SQL stored procedures placed in forms or data modules at design time are created automatically. 

AOwner is the component, typically a form or data module, that is responsible for freeing the TSQLStoredProc instance. It becomes the value of the Owner property. 

 

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