IBX.IBSQL.TIBSQL Properties
InheritedProtected
| Bof | public | Indicates whether or not a query is at the beginning of the dataset. |
| Canceled | public | |
| ComObject | public | Specifies the interface reference implemented by the component. |
| ComponentCount | public | Indicates the number of components owned by the component. |
| ComponentIndex | public | Indicates the position of the component in its owner's Components property array. |
| Components | public | Lists all components owned by the component. |
| ComponentState | public | Describes the current state of the component, indicating when a component needs to avoid certain actions. |
| ComponentStyle | public | Governs the behavior of the component. |
| Database | published | Sets or returns the database associated with the query. |
| DBHandle | public | Specifies the database handle for the query. |
| DesignInfo | public | Contains information used by the Form designer. |
| Disposed | protected | Disposed is a read-only property that shows the current state of this object. |
| Eof | public | Indicates whether or not a query is at the end of the dataset. |
| FieldCount | public | |
| FieldIndex | public | Returns the index of the named field. |
| Fields | public | Returns the XSQLVAR fields. |
| GenerateParamNames | public | Generates a list of parameter names for the query. |
| GoToFirstRecordOnExecute | published | Goes to the first record in the result set upon opening it. |
| Handle | public | Specifies the handle for the query. |
| Name | published | Specifies the name of the component as referenced in code. |
| Observers | public | Indicates the TObservers object added to the TComponent. |
| Open | public | Determines if the dataset is open. |
| Owner | public | Indicates the component that is responsible for streaming and freeing this component. |
| ParamCheck | published | Specifies whether the parameter list for an SQL query is regenerated if the SQL property changes at runtime. |
| Params | public | Returns the XSQLDA parameters. |
| Plan | public | Returns the plan for the query. |
| Prepared | public | Indicates whether or not the query has been prepared. |
| RecordCount | public | Returns the current count of records from the query. |
| RowsAffected | public | Returns the number of rows affected. |
| SQL | published | Sets the SQL query to be executed. |
| SQLType | public | Returns the type of query to be executed. |
| Tag | published | Stores a NativeInt integral value as a part of a component. |
| Transaction | published | Sets or returns the transaction to be used by the query. |
| TRHandle | public | Specifies the transaction handle for the query. |
| UniqueRelationName | public | Indicates the unique relation name. |
| VCLComObject | public | Represents information used internally by components that support COM. |