[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Create a new instance of TCustomSQLQuery.
Source position: sqldb.pp line 509
public constructor TCustomSQLQuery.Create( |
AOwner: TComponent |
); override; |
AOwner |
|
Owner for the new TCustomSQLQuery instance. |
Create allocates a new instance on the heap and will allocate all resources for the SQL statement. After this it calls the inherited constructor.
If not enough memory is available, an exception will be raised.
|
Destroy instance of TCustomSQLQuery |