FireDAC.Comp.Client.TFDTable Properties
InheritedProtected
Active | published | Specifies whether or not a dataset is open. |
ActiveRecord | protected | Indicates the index of the active record in the internal cache of records. |
ActiveStoredUsage | published | Controls how to use the Active property value saved to DFM. |
ActualDetailFields | public | |
ActualIndexFieldNames | public | |
Adapter | public | The reference to a data adapter. |
AggFields | public | Contains any aggregate fields. |
Aggregates | published | The collection of client-side aggregates defined for the dataset. |
AggregatesActive | published | Controls the automatic calculation of aggregate values. |
AutoCalcFields | published | Determines when the OnCalcFields event is triggered and when lookup field values are calculated. |
BaseView | public | Specifies the reference to the base DatS view object. |
BlobFieldCount | protected | Indicates the number of columns in the dataset that represent Binary large object (BLOB) fields. |
BlockReadSize | public | Determines how many record buffers are read in each block. |
Bof | public | Indicates whether the first record in the dataset is active. |
Bookmark | public | Specifies the current bookmark in the dataset. |
BookmarkSize | protected | Indicates the number of bytes used to represent a bookmark. |
BufferCount | protected | Indicates the number of records in the internal cache. |
Buffers | protected | Provides indexed access to the record buffers in the internal cache. |
CachedUpdates | published | Specifies whether the dataset will log changes to the data without immediately applying of them to the database. |
CalcBuffer | protected | Points to the record buffer used during an OnCalcFields event. |
CalcFieldsSize | protected | Indicates the number of bytes in a record buffer dedicated to storing calculated fields and lookup fields. |
CanModify | public | Indicates whether the dataset permits write access to data. |
CanRefresh | public | |
CatalogName | published | Limits the table names to the catalog. |
ChangeAlerter | published | Change alerter associated with your dataset. |
ChangeAlertName | published | Optional name of the change notification. |
ChangeCount | public | Gets the number of changes in the change log. |
ClientCursor | public | |
CloneSource | public | Gets the dataset (if any) with which this dataset shares data. |
Command | public | The reference to a command, used to execute / open queries. |
ComObject | public | Specifies the interface reference implemented by the component. |
ComponentCount | public | Indicates the number of components owned by the component. |
ComponentIndex | public | Indicates the position of the component in its owner's Components property array. |
Components | public | Lists all components owned by the component. |
ComponentState | public | Describes the current state of the component, indicating when a component needs to avoid certain actions. |
ComponentStyle | public | Governs the behavior of the component. |
Connection | published | Specifies the FireDAC connection component to use. |
ConnectionName | published | Specifies the FireDAC connection to use by its name. |
Constraints | published | Specifies record-level constraints that must be met when editing the data. |
ConstraintsEnabled | published | Specifies whether the dataset performs constraint checking. |
CurrentRecord | protected | Indicates the index of the current record in the internal cache of record buffers. |
Data | public | Represents the data of the dataset, allowing to fully copy data from one dataset into another. |
DataSetField | public | Indicates the persistent TDataSetField object that owns a nested dataset. |
DataSource | public | Specifies the data source object from which the associated dataset to get matching field values to the details dataset parameters. |
DatSManager | public | Returns the reference to the internal data storage manager. |
Delta | public | Represents the changed records of the dataset. |
Designer | public | Returns a pointer to the DataSet designer for the dataset. |
DesignInfo | public | Contains information used by the Form designer. |
DetailFields | published | Gets or sets the fields in the detail dataset that are used to establish a master-detail relationship with this dataset. |
Disposed | protected | Disposed is a read-only property that shows the current state of this object. |
Encoder | public | |
Eof | public | Indicates whether a dataset is positioned at the last record. |
Exclusive | published | |
Exists | public | |
FetchOptions | published | Represents the set of options to control the data fetching. |
FieldCount | public | Indicates the number of field components associated with the dataset. |
FieldDefList | public | Points to the list of field definitions for the dataset. |
FieldDefs | public | Points to the list of field definitions for the dataset. |
FieldList | public | Lists the field components of a dataset. |
FieldNoOfs | protected | Specifies the offset needed to convert indexes in the Fields property to field numbers. |
FieldOptions | published | Specifies the options of the dataset fields. |
Fields | public | Lists all non-aggregate field components of the dataset. |
FieldValues | public | Provides access to the values for all fields in the active record for the dataset. |
Filter | published | Specifies the text of the current filter for a dataset. |
FilterChanges | published | Specifies what types of changed records must be visible (accessible though the navigation interface) in the dataset. |
Filtered | published | Specifies whether or not filtering is active for a dataset. |
FilteredData | public | Represents the currently visible dataset data. |
FilterOptions | published | Specifies whether or not filtering is case insensitive, and whether or not partial comparisons are permitted when filtering records. |
FormatOptions | published | |
Found | public | Indicates whether or not moving to a different record is successful. |
FullTableName | public | |
GroupingLevel | public | Returns the depth of grouping support provided by the current index. |
IndexDefs | public | Returns the index definitions for the dataset. |
Indexes | public | Lists all client indexes that apply to the dataset. |
IndexesActive | public | Controls the automatic maintenance of indexes. |
IndexFieldCount | public | Returns the number of fields that make up the current index. |
IndexFieldNames | published | Lists the field names to use as an index. |
IndexFields | public | Returns the fields that make up the current index. |
IndexName | published | Gets or sets the current index for the dataset by its name. |
InternalCalcFields | protected | Indicates whether the dataset includes internally calculated fields. |
IOBufferSize | protected | |
IsUniDirectional | public | Indicates whether the dataset is unidirectional. |
KeyExclusive | public | Controls the exclusion of the upper and lower boundaries of a range. |
KeyFieldCount | public | Controls the number of indexed field values to use for key search or range setup. |
LocalIndexName | public | |
LocalSQL | published | The reference to a Local SQL engine. |
MacroCount | protected | |
Macros | protected | |
MasterFields | published | Gets/sets fields in the master dataset, used to establish a master-detail relationship with this dataset. |
MasterLink | public | Returns the data link object servicing the connection with the master dataset. |
MasterSource | published | Gets/sets a master data source, used to establish a master-detail relationship with this dataset. |
Modified | public | Indicates whether the active record is modified. |
Name | published | Specifies the name of the component as referenced in code. |
NestedDataSetClass | protected | Indicates the class type to use when creating nested datasets. |
NestedDataSets | protected | Lists all nested datasets. |
ObjectView | published | Specifies whether fields are stored hierarchically or flattened out in the Fields property. |
Observers | public | Indicates the TObservers object added to the TComponent. |
OptionsIntf | public | |
OptionsIntfImpl | protected | |
Owner | public | Indicates the component that is responsible for streaming and freeing this component. |
ParamBindMode | protected | |
ParamCount | public | |
Params | public | |
ParentDataSet | public | Returns a reference to the parent dataset, if this one is nested. |
PointedConnection | public | The actual connection object. |
Prepared | public | Gets or sets command prepare for execution status. |
RecNo | public | Indicates the active record number in the dataset. |
RecordCount | public | Indicates the total number of records associated with the dataset. |
RecordSize | public | Indicates the size of a record in the dataset. |
ResourceOptions | published | Represents the set of options to control the dataset persistance. |
RowError | public | Returns an exception object associated with the current dataset record. |
RowsAffected | protected | |
SavePoint | public | Gets/sets the change log version number. |
SchemaAdapter | published | Gets or sets a reference to a schema adapter as a Centralized Cached Updates log. |
SchemaName | published | Limits the table names to the schema. |
ServerEditRequest | public | Used by TFDBatchMove to directly edit the DBMS data. |
SortView | protected | |
SourceEOF | public | Specifies if there are no more records to fetch from the current cursor. |
SourceView | public | Specifies the reference to the DatS view object whose rows the dataset is navigating. |
SparseArrays | public | Determines whether a unique TField object is created for each element of an array field. |
SQL | public | Contains the text of the SQL statement to execute for the query. |
State | public | Indicates the current operating mode of the dataset. |
Table | public | Specifies the reference to the DatS table object, representing the internal data storage. |
TableName | published | Gets / sets table name to open. |
Tag | published | Stores a NativeInt integral value as a part of a component. |
Text | public | Points to the actual text of the SQL query passed to the DBMS CLI. |
Transaction | published | Gets / Sets a reference to transaction objects. |
UpdateObject | published | |
UpdateOptions | published | |
Updates | protected | |
UpdatesPending | public | Specifies whether the change log is not empty. |
UpdateTransaction | published | Gets / Sets a reference to transaction objects. |
VCLComObject | public | Represents information used internally by components that support COM. |