IBX.IBSQL.TIBSQL Properties

From RAD Studio API Documentation
Jump to: navigation, search


InheritedProtected
BofpublicIndicates whether or not a query is at the beginning of the dataset.
Canceledpublic
ComObjectpublicSpecifies the interface reference implemented by the component.
ComponentCountpublicIndicates the number of components owned by the component.
ComponentIndexpublicIndicates the position of the component in its owner's Components property array.
ComponentspublicLists all components owned by the component.
ComponentStatepublicDescribes the current state of the component, indicating when a component needs to avoid certain actions.
ComponentStylepublicGoverns the behavior of the component.
DatabasepublishedSets or returns the database associated with the query.
DBHandlepublicSpecifies the database handle for the query.
DesignInfopublicContains information used by the Form designer.
DisposedprotectedDisposed is a read-only property that shows the current state of this object.
EofpublicIndicates whether or not a query is at the end of the dataset.
FieldCountpublic
FieldIndexpublicReturns the index of the named field.
FieldspublicReturns the XSQLVAR fields.
GenerateParamNamespublicGenerates a list of parameter names for the query.
GoToFirstRecordOnExecutepublishedGoes to the first record in the result set upon opening it.
HandlepublicSpecifies the handle for the query.
NamepublishedSpecifies the name of the component as referenced in code.
ObserverspublicIndicates the TObservers object added to the TComponent.
OpenpublicDetermines if the dataset is open.
OwnerpublicIndicates the component that is responsible for streaming and freeing this component.
ParamCheckpublishedSpecifies whether the parameter list for an SQL query is regenerated if the SQL property changes at runtime.
ParamspublicReturns the XSQLDA parameters.
PlanpublicReturns the plan for the query.
PreparedpublicIndicates whether or not the query has been prepared.
RecordCountpublicReturns the current count of records from the query.
RowsAffectedpublicReturns the number of rows affected.
SQLpublishedSets the SQL query to be executed.
SQLTypepublicReturns the type of query to be executed.
TagpublishedStores a NativeInt integral value as a part of a component.
TransactionpublishedSets or returns the transaction to be used by the query.
TRHandlepublicSpecifies the transaction handle for the query.
UniqueRelationNamepublicIndicates the unique relation name.
VCLComObjectpublicRepresents information used internally by components that support COM.