RAD Studio VCL Reference
ContentsIndex
TIBSQL Members Public Properties
Public Properties
 
Name 
Description 
 
Bof 
Indicates whether or not a query is at the beginning of the dataset. 
 
Specifies the interface reference implemented by the component. 
 
Indicates the number of components owned by the component. 
 
Indicates the position of the component in its owner's Components property array. 
 
Lists all components owned by the component. 
 
Describes the current state of the component, indicating when a component needs to avoid certain actions. 
 
Governs the behavior of the component. 
 
Specifies the database handle for the query. 
 
Contains information used by the Form designer. 
 
Eof 
Indicates whether or not a query is at the end of the dataset. 
 
Returns the index of the named field. 
 
Returns the XSQLVAR fields. 
 
Generates a list of parameter names for the query. 
 
Specifies the handle for the query. 
 
Open 
Determines if the dataset is open. 
 
Indicates the component that is responsible for streaming and freeing this component. 
 
Returns the XSQLDA parameters. 
 
Plan 
Returns the plan for the query. 
 
Indicates whether or not the query has been prepared. 
 
Returns the current count of records from the query. 
 
Returns the number of rows affected. 
 
Returns the type of query to be executed. 
 
Specifies the transaction handle for the query. 
 
Indicates the unique relation name. 
 
Represents information used internally by components that support COM. 
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.