Bde.DBTables.TTable Properties

From RAD Studio API Documentation
Jump to: navigation, search


InheritedProtected
ActivepublishedSpecifies whether or not a dataset is open.
ActiveRecordprotectedIndicates the index of the active record in the internal cache of records.
AfterCancelpublishedOccurs after an application completes a request to cancel modifications to the active record.
AfterClosepublishedOccurs after an application closes a dataset.
AfterDeletepublishedOccurs after an application deletes a record.
AfterEditpublishedOccurs after an application starts editing a record.
AfterInsertpublishedOccurs after an application inserts a new record.
AfterOpenpublishedOccurs after an application completes opening a dataset and before any data access occurs.
AfterPostpublishedOccurs after an application writes the active record to the database or change log and returns to browse state.
AfterRefreshpublishedOccurs after an application refreshes the data in the dataset.
AfterScrollpublishedOccurs after an application scrolls from one record to another.
AggFieldspublicContains any aggregate fields.
AutoCalcFieldspublishedDetermines when the OnCalcFields event is triggered and when lookup field values are calculated.
AutoRefreshpublishedSpecifies whether server-generated field values are refetched automatically.
BeforeCancelpublishedOccurs before an application executes a request to cancel changes to the active record.
BeforeClosepublishedOccurs immediately before the dataset closes.
BeforeDeletepublishedOccurs before an application attempts to delete the active record.
BeforeEditpublishedOccurs before an application enters edit mode for the active record.
BeforeInsertpublishedOccurs before an application enters insert mode.
BeforeOpenpublishedOccurs before an application executes a request to open a dataset.
BeforePostpublishedOccurs before an application posts changes for the active record to the database or change log.
BeforeRefreshpublishedOccurs immediately before an application refreshes the data in the dataset.
BeforeScrollpublishedOccurs before an application scrolls from one record to another.
BlobFieldCountprotectedIndicates the number of columns in the dataset that represent Binary large object (BLOB) fields.
BlockReadSizepublicDetermines how many record buffers are read in each block.
BofpublicIndicates whether the first record in the dataset is active.
BookmarkpublicSpecifies the current bookmark in the dataset.
BookmarkSizeprotectedIndicates the number of bytes used to represent a bookmark.
BufferCountprotectedIndicates the number of records in the internal cache.
BuffersprotectedProvides indexed access to the record buffers in the internal cache.
CacheBlobspublicDetermines whether BLOB fields are cached in memory.
CachedUpdatespublishedSpecifies whether cached updates are enabled for a dataset.
CalcBufferprotectedPoints to the record buffer used during an OnCalcFields event.
CalcFieldsSizeprotectedIndicates the number of bytes in a record buffer dedicated to storing calculated fields and lookup fields.
CanModifypublicIndicates whether the dataset permits write access to data.
CanRefreshpublic
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.
ConstraintspublishedSpecifies record-level constraints that must be met when editing the data.
CurrentRecordprotectedIndicates the index of the current record in the internal cache of record buffers.
DatabasepublicIdentifies the database component for which this dataset represents one or more tables.
DatabaseNamepublishedSpecifies the name of the database associated with this dataset.
DataSetFieldpublicIndicates the persistent TDataSetField object that owns a nested dataset.
DataSourcepublicRepresents the data source of another dataset that supplies values to the dataset.
DBFlagsprotectedKeeps track of the commands this dataset has active with the database.
DBHandlepublicSpecifies the Borland Database Engine (BDE) database handle for the dataset.
DBLocalepublicIdentifies the Borland Database Engine (BDE) language driver for the dataset component.
DBSessionpublicIdentifies the database session component associated with this dataset.
DefaultIndexpublishedSpecifies if the data in the table should be ordered on a default index when opened.
DesignerpublicReturns a pointer to the DataSet designer for the dataset.
DesignInfopublicContains information used by the Form designer.
DisposedprotectedDisposed is a read-only property that shows the current state of this object.
EofpublicIndicates whether a dataset is positioned at the last record.
ExclusivepublishedEnables an application to gain sole access to a Paradox or dBASE table.
ExistspublicIndicates whether the underlying database table exists.
ExpIndexpublicIndicates whether a dataset is using a dBASE expression index.
FieldCountpublicIndicates the number of field components associated with the dataset.
FieldDefListpublicPoints to the list of field definitions for the dataset.
FieldDefspublishedPoints to the list of field definitions for the dataset.
FieldListpublicLists the field components of a dataset.
FieldNoOfsprotectedSpecifies the offset needed to convert indexes in the Fields property to field numbers.
FieldOptionsprotectedSpecifies the options of the dataset fields.
FieldspublicLists all non-aggregate field components of the dataset.
FieldValuespublicProvides access to the values for all fields in the active record for the dataset.
FilterpublishedSpecifies the text of the current filter for a dataset.
FilteredpublishedSpecifies whether or not filtering is active for a dataset.
FilterOptionspublishedSpecifies whether or not filtering is case insensitive, and whether or not partial comparisons are permitted when filtering records.
FoundpublicIndicates whether or not moving to a different record is successful.
HandlepublicSpecifies the Borland Database Engine (BDE) cursor handle for the dataset.
IndexDefspublishedContains information about the indexes for a table.
IndexFieldCountpublicIndicates the number of fields that comprise the current key.
IndexFieldNamespublishedLists the columns to use as an index for a table.
IndexFieldspublicLists the fields of the current index.
IndexFilespublishedSpecifies one or more dBASE index file to use for a dBASE table that uses non-production indexes.
IndexNamepublishedIdentifies a secondary index for the table.
InternalCalcFieldsprotectedIndicates whether the dataset includes internally calculated fields.
IOBufferSizeprotected
IsUniDirectionalpublicIndicates whether the dataset is unidirectional.
KeyExclusivepublicSpecifies how the upper and lower boundaries for a range should be interpreted.
KeyFieldCountpublicSpecifies the number of fields to use when conducting a partial key search on a multi-field key.
KeySizepublicSpecifies the size of the key for the current index of the dataset.
LocalepublicIdentifies the Borland Database Engine (BDE) language driver for the dataset.
MasterFieldspublishedSpecifies one or more fields in a master table to link with corresponding fields in this table in order to establish a master-detail relationship between the tables.
MasterLinkprotected
MasterSourcepublishedSpecifies the name of the data source for a dataset to use as a master table in establishing a detail-master relationship between this table and another one.
ModifiedpublicIndicates whether the active record is modified.
NamepublishedSpecifies the name of the component as referenced in code.
NestedDataSetClassprotectedIndicates the class type to use when creating nested datasets.
NestedDataSetsprotectedLists all nested datasets.
ObjectViewpublishedSpecifies whether fields are stored hierarchically or flattened out in the Fields property.
ObserverspublicIndicates the TObservers object added to the TComponent.
OnCalcFieldspublishedOccurs when an application recalculates calculated fields.
OnDeleteErrorpublishedOccurs when an application attempts to delete a record and an exception is raised.
OnEditErrorpublishedOccurs when an application attempts to modify or insert a record and an exception is raised.
OnFilterRecordpublishedOccurs only when a record is fetched from a DB or when the Filtered property is set to True.
OnNewRecordpublishedOccurs when an application inserts or appends a new dataset record.
OnPostErrorpublishedOccurs when an application attempts to modify or insert a record and an exception is raised.
OwnerpublicIndicates the component that is responsible for streaming and freeing this component.
RangedpublishedSpecifies whether a range has been applied to the table.
ReadOnlypublishedSpecifies whether a table is read-only for this application.
RecNopublicIndicates the active record number in the dataset.
RecordCountpublicIndicates the total number of records associated with the dataset.
RecordSizepublicIndicates the size of a record in the dataset.
SessionNamepublishedIdentifies the name of the session with which this dataset is associated.
SparseArrayspublicDetermines whether a unique TField object is created for each element of an array field.
StatepublicIndicates the current operating mode of the dataset.
StmtHandleprotectedSpecifies the Borland Database Engine (BDE) statement handle for the dataset.
StoreDefspublishedIndicates whether the table's field and index definitions persist with the data module or form.
TableLevelpublicSpecifies the Borland Database Engine (BDE) driver-dependent table level.
TableNamepublishedIndicates the name of the database table that this component encapsulates.
TableTypepublishedIndicates the database table structure for the table that this component represents.
TagpublishedStores a NativeInt integral value as a part of a component.
UpdateModepublishedDetermines how the Borland Database Engine (BDE) finds records when updating to an SQL database.
UpdateObjectpublishedSpecifies the update object component used to update a read-only result set when cached updates are enabled.
UpdateRecordTypespublicSpecifies the type of records visible in a dataset when cached updates are enabled.
UpdatesPendingpublicIndicates whether the cached updates buffer contains records that are not yet applied.
VCLComObjectpublicRepresents information used internally by components that support COM.