EPUB | CHM | PDF

TPSQLStoredProc.Methods.Create

Top Previous Next

Creates an instance of a stored procedure component.

Syntax:

constructor Create(AOwner: TComponent);

Description:

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.

See also: Destroy