RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TIBCustomDataSet Properties

The properties of the TIBCustomDataSet class are listed here.

 
Name 
Description 
 
Specifies the dataset buffer chunk size. 
 
Specifies whether cached updates are enabled for a dataset. 
 
Holds the SQL statement used to delete rows from the dataset. 
 
Specifies whether the dataset should refresh its data every time it posts a record. 
 
Holds the SQL statement used to insert rows into the dataset. 
 
Indicates whether the dataset has prepared its queries for execution. 
 
Indicates what types of edits, if any, can be made to the data in the dataset. 
 
Provides the ability to access the SQL object encapsulating the ModifySQL statement. 
 
Specifies whether the parameter list for a query is regenerated if the SQL property changes at runtime. 
 
Specifies the parameters to use for any parameterized queries. 
 
Provides the ability to directly access the SQL object encapsulating the DeleteSQL statement. 
 
Provides the ability to directly access the SQL object encapsulating the InsertSQL statement. 
 
Provides the ability to directly access the SQL object encapsulating the ModifySQL statement. 
 
Provides the ability to directly access the SQL object encapsulating the RefreshSQL statement. 
 
Provides the ability to directly access the SQL object encapsulating the SelectSQL statement. 
 
Provides the ability to directly access the SQL object encapsulating the RefreshSQL statement. 
 
Provides the ability to directly access the SQL object encapsulating the SelectSQL statement. 
 
Gets the handle for the SELECT statement. 
 
Specifies the parameters to use for any parameterized queries. 
 
Returns the statement type of the QSelect query. 
 
Determines whether bidirectional cursors are enabled for the dataset. 
 
Indicates how records are located when updating records. 
 
Name 
Description 
 
Specifies the database handle for the dataset. 
 
Plan 
Indicates the PLAN portion of the dataset's SELECT query. 
 
Indicates the number of rows operated on by the latest query execution. 
 
Specifies the transaction handle for the dataset. 
 
Specifies the update object component used to update a read-only result set. 
 
Specifies the type of records visible in a dataset when cached updates are enabled. 
 
Indicates whether the cached updates buffer contains records that are not yet applied. 
 
Name 
Description 
 
This is AfterCancel, a member of class TIBCustomDataSet. 
 
This is AfterClose, a member of class TIBCustomDataSet. 
 
This is AfterDelete, a member of class TIBCustomDataSet. 
 
This is AfterEdit, a member of class TIBCustomDataSet. 
 
This is AfterInsert, a member of class TIBCustomDataSet. 
 
This is AfterOpen, a member of class TIBCustomDataSet. 
 
This is AfterPost, a member of class TIBCustomDataSet. 
 
This is AfterRefresh, a member of class TIBCustomDataSet. 
 
This is AfterScroll, a member of class TIBCustomDataSet. 
 
This is AutoCalcFields, a member of class TIBCustomDataSet. 
 
This is BeforeCancel, a member of class TIBCustomDataSet. 
 
This is BeforeClose, a member of class TIBCustomDataSet. 
 
This is BeforeDelete, a member of class TIBCustomDataSet. 
 
This is BeforeEdit, a member of class TIBCustomDataSet. 
 
This is BeforeInsert, a member of class TIBCustomDataSet. 
 
This is BeforeOpen, a member of class TIBCustomDataSet. 
 
This is BeforePost, a member of class TIBCustomDataSet. 
 
This is BeforeRefresh, a member of class TIBCustomDataSet. 
 
This is BeforeScroll, a member of class TIBCustomDataSet. 
 
Identifies the database component for which this dataset represents one or more tables. 
 
Specifies whether the dataset should refresh its data every time it posts a record. 
 
This is ObjectView, a member of class TIBCustomDataSet. 
 
This is OnCalcFields, a member of class TIBCustomDataSet. 
 
This is OnDeleteError, a member of class TIBCustomDataSet. 
 
This is OnEditError, a member of class TIBCustomDataSet. 
 
This is OnNewRecord, a member of class TIBCustomDataSet. 
 
This is OnPostError, a member of class TIBCustomDataSet. 
 
Identifies the transaction under which the query executes. 
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!