RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TStoredProc.Create Constructor

Creates an instance of a stored procedure component.

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

Call Create to instantiate a stored procedure declared in an application. Create calls its inherited Create constructor, creates an empty parameter list for the newly instantiated stored procedure, and initializes its parameter, server, and record buffers to nil (Delphi) or NULL (C++). 

 

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