[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Create a new TSQLScript instance.
Source position: sqldb.pp line 651
public constructor TSQLScript.Create( |
AOwner: TComponent |
); override; |
AOwner |
|
Owner for the new instance. |
Create instantiates a TSQLQuery instance which will be used to execute the queries, and then calls the inherited constructor.
|
Remove the TSQLScript instance from memory. |