Data.Win.ADODB.TCustomADODataSet 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.
AggFieldspublicContains any aggregate fields.
AutoCalcFieldspublishedDetermines when the OnCalcFields event is triggered and when lookup field values are calculated.
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.
CacheSizepublishedSpecifies the size of the cache for the 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
CommandprotectedProvides access to the internal command object that executes commands for the dataset.
CommandTextprotectedSpecifies a command to be executed.
CommandTimeoutprotectedSpecifies amount of time to attempt execution of a command.
CommandTypeprotectedSpecifies the type of command to execute.
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.
ConnectionpublishedSpecifies the ADO connection component to use.
ConnectionStringpublishedSpecifies the connection information for the data store.
ConstraintsprotectedSpecifies 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.
CursorLocationpublishedSpecifies whether the cursor for the connection is client-side or server-side.
CursorTypepublishedSpecifies type of cursor an ADO dataset uses.
DataSetFieldpublicIndicates the persistent TDataSetField object that owns a nested dataset.
DataSourceprotected
DesignerpublicReturns a pointer to the DataSet designer for the dataset.
DesignerDatapublicStores custom data.
DesignInfopublicContains information used by the Form designer.
DisposedprotectedDisposed is a read-only property that shows the current state of this object.
EnableBCDpublicSpecifies whether to treat numeric fields as floating-point or BCD.
EofpublicIndicates whether a dataset is positioned at the last record.
ExecuteOptionspublishedSpecifies the characteristics of a command execution.
FieldCountpublicIndicates the number of field components associated with the dataset.
FieldDefListpublicPoints to the list of field definitions for the dataset.
FieldDefsprotectedPoints 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.
FilterGrouppublicFilters a recordset based on row update status.
FilterOptionspublicSpecifies 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.
IndexDefsprotectedContains the definitions of the indexes for the current table.
IndexFieldCountpublicIndicates the number of fields that comprise the current key.
IndexFieldNamesprotectedLists the columns to use for a persistent sort of the recordset.
IndexFieldspublicRetrieves or sets a field for an index.
IndexNamepublicSpecifies the currently active index.
InternalCalcFieldsprotectedIndicates whether the dataset includes internally calculated fields.
IOBufferSizeprotected
IsUniDirectionalpublicIndicates whether the dataset is unidirectional.
LockTypepublishedSpecifies the lock type to use when opening a dataset.
MarshalOptionspublishedSpecifies which records are marshaled back to the server.
MasterDataLinkprotectedManages the relationship between the ADO dataset and a master table.
MasterFieldsprotectedSpecifies field or fields on which a Master-Detail link is based.
MaxRecordspublishedSpecifies how many rows to return in a result set.
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.
ObjectViewpublicSpecifies whether fields are stored hierarchically or flattened out in the Fields property.
ObserverspublicIndicates the TObservers object added to the TComponent.
OwnerpublicIndicates the component that is responsible for streaming and freeing this component.
ParamCheckprotectedSpecifies whether the parameter list for an ADO dataset component is regenerated if the SQL changes at runtime.
ParametersprotectedContains the collection of parameters for an SQL statement.
PreparedprotectedSpecifies whether the command is prepared before execution.
PropertiespublicProperties is the implementation of the Properties Collection object.
RecNopublicIndicates the active record number in the dataset.
RecordCountpublicIndicates the total number of records associated with the dataset.
RecordsetpublicProvides direct access to the ADO Recordset object.
RecordsetStatepublicIndicates the current state of the ADO dataset component.
RecordSizepublicIndicates the size of a record in the dataset.
RecordStatuspublicIndicates the status of the current row.
Reservedprotected
SortpublicSpecifies the sort order of the recordset.
SparseArrayspublicDetermines whether a unique TField object is created for each element of an array field.
StatepublicIndicates the current operating mode of the dataset.
StoreDefsprotectedSpecifies whether field definitions are stored with the ADO dataset.
TagpublishedStores a NativeInt integral value as a part of a component.
VCLComObjectpublicRepresents information used internally by components that support COM.