
|
ActivateTextFilter(string)
|
This is ActivateTextFilter, a member of class TCustomClrDataSet.
|

|
AllocRecordBuffer
|
This is AllocRecordBuffer, a member of class TCustomClrDataSet.
|

|
BookmarkValid(TBookmark)
|
Represents method BookmarkValid(TBookmark).
|

|
CancelBatch
|
Cancels a pending batch update.
|

|
CancelUpdate
|
Cancels any changes made to the current or new row of a Recordset object, or the Fields collection of a Record object, before calling the Update method.
|

|
CheckActive
|
Checks to see if the dataset is active.
|

|
CheckFetchedAll
|
Checks to see if all data have been fetched from the database.
|

|
CheckFieldCompatibility(TField,TFieldDef)
|
Represents method CheckFieldCompatibility(TField,TFieldDef).
|

|
ClearCalcFields(TRecordBuffer)
|
Represents method ClearCalcFields(TRecordBuffer).
|

|
Clone(TCustomClrDataSet)
|
Shares the structure and data belonging to another dataset.
|

|
CompareBookmarks(TBookmark,TBookmark)
|
Represents method CompareBookmarks(TBookmark,TBookmark).
|

|
Compute(string,string)
|
Computes the given expression on the current rows that pass the filter criteria.
|

|
CreateBlobStream(TField,TBlobStreamMode)
|
Represents method CreateBlobStream(TField,TBlobStreamMode).
|

|
CreateFieldDefs(_DataColumnCollection)
|
Overloaded. Create dataset field definitions from the DataColumn collections.
|

|
CreateFieldDefs(_DataTable)
|
Overloaded. Create dataset field definitions from the structure of the table object.
|

|
DataEvent(TDataEvent,NativeInt)
|
Represents method DataEvent(TDataEvent,NativeInt).
|

|
DeactivateFilters
|
Represents method DeactivateFilters.
|

|
DefChanged(TObject)
|
Represents method DefChanged(TObject).
|

|
DefineProperties(TFiler)
|
Designates methods for storing an object's unpublished data on a stream such as a form file.
|

|
DeleteRecords
|
Delete records from the dataset.
|

|
Disconnect
|
Use Disconnect method to release DBMS resources, used by this dataset.
|

|
DoCloseSource
|
Represents method DoCloseSource.
|

|
DoOnNewRecord
|
Represents method DoOnNewRecord.
|

|
EnableEvents
|
Represents method EnableEvents.
|

|
Find(Olevariant)
|
Finds a row in the DataView by the specified sort key value.
|

|
Find(_ObjectArray)
|
Finds a row in the DataView by the specified sort key values.
|

|
FindParam(string)
|
Finds the parameter in Params property by a given name.
|

|
FindRecord(Boolean,Boolean)
|
Represents method FindRecord(Boolean,Boolean).
|

|
FindRows(Olevariant)
|
Returns an array of DataRowView objects whose columns match the specified sort key value.
|

|
FindRows(_ObjectArray)
|
Returns an array of DataRowView objects whose columns match the specified sort key value.
|

|
FreeRecordBuffer(TRecordBuffer)
|
Represents method FreeRecordBuffer(TRecordBuffer).
|

|
GetActiveRecBuf(PByte)
|
Represents method GetActiveRecBuf(PByte).
|

|
GetBlobFieldData(Integer,TBlobByteData)
|
Represents method GetBlobFieldData(Integer,TBlobByteData).
|

|
GetBookmarkData(TRecordBuffer,Pointer)
|
Overloaded. Represents method GetBookmarkData(TRecordBuffer,Pointer).
|

|
GetBookmarkData(TRecordBuffer,TBookmark)
|
Overloaded. Represents method GetBookmarkData(TRecordBuffer,TBookmark).
|

|
GetBookmarkFlag(TRecordBuffer)
|
Represents method GetBookmarkFlag(TRecordBuffer).
|

|
GetCanModify
|
Represents method GetCanModify.
|

|
GetChanges
|
Gets a copy of the DataTable that contains all changes made to it since it was loaded or AcceptChanges was last called.
|

|
GetChanges(TDataRowState_Set)
|
Gets a copy of the DataTable containing all changes made to it since it was last loaded, or since AcceptChanges was called, filtered by TDataRowState_Set.
|

|
GetCommand
|
Represents method GetCommand.
|

|
GetCommandText
|
Represents method GetCommandText.
|

|
GetCommandType
|
Represents method GetCommandType.
|

|
GetConnection
|
Represents method GetConnection.
|

|
GetDataSource
|
Represents method GetDataSource.
|

|
GetDetailLinkFields(TList,TList)
|
Lists the field objects that link this dataset as a detail of a master dataset.
|

|
GetFieldData(Integer,Pointer)
|
Overloaded. Represents method GetFieldData(Integer,Pointer).
|

|
GetFieldData(Integer,TValueBuffer)
|
Overloaded. Represents method GetFieldData(Integer,TValueBuffer).
|

|
GetFieldData(TField,Pointer)
|
Overloaded. Represents method GetFieldData(TField,Pointer).
|

|
GetFieldData(TField,Pointer,Boolean)
|
Represents method GetFieldData(TField,Pointer,Boolean).
|

|
GetFieldData(TField,TValueBuffer)
|
Overloaded. Represents method GetFieldData(TField,TValueBuffer).
|

|
GetFieldData(TField,TValueBuffer,Boolean)
|
Overloaded. Represents method GetFieldData(TField,TValueBuffer,Boolean).
|

|
GetParameters
|
Represents method GetParameters.
|

|
GetRecNo
|
Represents method GetRecNo.
|

|
GetRecord(TRecordBuffer,TGetMode,Boolean)
|
Represents method GetRecord(TRecordBuffer,TGetMode,Boolean).
|

|
GetRecordCount
|
Represents method GetRecordCount.
|

|
GetRecordset
|
Represents method GetRecordset.
|

|
GetRecordSize
|
Represents method GetRecordSize.
|

|
GetSchemaTable
|
Represents method GetSchemaTable.
|

|
GetStateFieldValue(TDataSetState,TField)
|
Represents method GetStateFieldValue(TDataSetState,TField).
|

|
GetXml
|
Returns the XML representation of the data stored in the DataSet.
|

|
GetXmlSchema
|
Returns the XML Schema for the XML representation of the data stored in the DataSet.
|

|
HasChanges
|
Gets a value indicating whether the DataSet has changes, including new, deleted, or modified rows.
|

|
HasChanges(TDataRowState_Set)
|
Gets a value indicating whether the DataSet has changes, including new, deleted, or modified rows, filtered by TDataRowState_Set.
|

|
ImportRow(_DataRow)
|
Copies a DataRow into the DataSet, preserving any property settings, as well as original and current values.
|

|
InitializeMasterFields(TCustomClrDataSet)
|
Represents method InitializeMasterFields(TCustomClrDataSet).
|

|
InternalAddRecord(Pointer,Boolean)
|
Overloaded. Represents method InternalAddRecord(Pointer,Boolean).
|

|
InternalAddRecord(TRecordBuffer,Boolean)
|
Overloaded. Represents method InternalAddRecord(TRecordBuffer,Boolean).
|

|
InternalCancel
|
Represents method InternalCancel.
|

|
InternalClose
|
Represents method InternalClose.
|

|
InternalDelete
|
Represents method InternalDelete.
|

|
InternalEdit
|
Represents method InternalEdit.
|

|
InternalFirst
|
Represents method InternalFirst.
|

|
InternalGetRecord(TRecordBuffer,TGetMode,Boolean)
|
Represents method InternalGetRecord(TRecordBuffer,TGetMode,Boolean).
|

|
InternalGotoBookmark(Pointer)
|
Overloaded. Represents method InternalGotoBookmark(Pointer).
|

|
InternalGotoBookmark(TBookmark)
|
Overloaded. Represents method InternalGotoBookmark(TBookmark).
|

|
InternalHandleException
|
Represents method InternalHandleException.
|

|
InternalInitFieldDefs
|
Represents method InternalInitFieldDefs.
|

|
InternalInitRecord(TRecordBuffer)
|
Represents method InternalInitRecord(TRecordBuffer).
|

|
InternalInsert
|
Represents method InternalInsert.
|

|
InternalLast
|
Represents method InternalLast.
|

|
InternalOpen
|
Represents method InternalOpen.
|

|
InternalPost
|
Represents method InternalPost.
|

|
InternalRefresh
|
Represents method InternalRefresh.
|

|
InternalRequery
|
Represents method InternalRequery.
|

|
InternalSetSort(String)
|
Represents method InternalSetSort(String).
|

|
InternalSetToRecord(TRecordBuffer)
|
Represents method InternalSetToRecord(TRecordBuffer).
|

|
IsCursorOpen
|
Represents method IsCursorOpen.
|

|
IsDefaultFields
|
Represents method IsDefaultFields.
|

|
IsNull(Integer)
|
Gets a value that indicates whether the column at the specified index contains a null value.
|

|
IsNull(string)
|
Gets a value that indicates whether the named column contains a null value.
|

|
IsSequenced
|
Represents method IsSequenced.
|

|
Loaded
|
Represents method Loaded.
|

|
Locate(string,Variant,TLocateOptions)
|
Searches the dataset for a record with specified field values and makes it current.
|

|
LocateRecord(string,OleVariant,TLocateOptions,Boolean)
|
Represents method LocateRecord(string,OleVariant,TLocateOptions,Boolean).
|

|
Lookup(string,Variant,string)
|
Searches the dataset for a record with specified key field values and returns result field values.
|

|
MasterChanged(TObject)
|
Represents method MasterChanged(TObject).
|

|
MasterDisabled(TObject)
|
Represents method MasterDisabled(TObject).
|

|
Merge(TClrDataTable)
|
Merge the specified DataTable with the current DataSet.
|

|
Merge(TClrDataTable,Boolean)
|
Merge the specified DataTable with the current DataSet, indicating whether to preserve changes in the current DataSet.
|

|
Merge(TClrDataTable,Boolean,TMissingSchemaAction)
|
Merge the specified DataTable with the current DataSet, indicating whether to preserve changes and how to handle missing schema in the current DataSet.
|

|
Merge(TCustomClrDataSet)
|
Merge the specified DataSet with the current DataSet.
|

|
Merge(TCustomClrDataSet,Boolean)
|
Merge the specified DataSet with the current DataSet, indicating whether to preserve changes in the current DataSet.
|

|
Merge(TCustomClrDataSet,Boolean,TMissingSchemaAction)
|
Merge the specified DataSet with the current DataSet, indicating whether to preserve changes and how to handle missing schema in the current DataSet.
|

|
Merge(_DataTable)
|
Merge the specified DataTable with the current DataSet.
|

|
Merge(_DataTable,Boolean)
|
Merge the specified DataTable with the current DataSet, indicating whether to preserve changes in the current DataSet.
|

|
Merge(_DataTable,Boolean,TMissingSchemaAction)
|
Merge the specified DataTable with the current DataSet, indicating whether to preserve changes and how to handle missing schema in the current DataSet.
|

|
Move(Integer)
|
Move the DataSet Cursor to the specified position.
|

|
NextRecordset
|
Go to the next cursor, returned by the SQL command.
|

|
Open(String)
|
Executes the specified SQL statement and opens dataset.
|

|
Open(String,Variant[])
|
Executes the specified SQL statement with specified parameter values and opens dataset.
|

|
Open(String,Variant[],TFieldType[])
|
Executes the specified SQL statement with specified parameter values and field types and opens dataset.
|

|
OpenCursor(Boolean)
|
Represents method OpenCursor(Boolean).
|

|
OpenOrExecute
|
Executes SQL command and optionally opens dataset.
|

|
ParamByName(string)
|
Returns parameter by its name.
|

|
PrepareCursor
|
Represents method PrepareCursor.
|

|
PSEndTransaction(Boolean)
|
Ends a transaction that was started by a call to PSStartTransaction.
|

|
PSExecute
|
Executes the SQL command associated with the dataset.
|

|
PSExecuteStatement(string,TParams)
|
Overloaded. Represents method PSExecuteStatement(string,TParams).
|

|
PSExecuteStatement(string,TParams,TDataSet)
|
Overloaded. Represents method PSExecuteStatement(string,TParams,TDataSet).
|

|
PSGetAttributes(TList)
|
Returns information that is stored in data packets as Name/Value pairs.
|

|
PSGetDefaultOrder
|
Returns the definition of an index that imposes the default order on the data included in data packets.
|

|
PSGetIndexDefs(TIndexOptions)
|
Returns the definitions of all specified indexes defined for the dataset.
|

|
PSGetKeyFields
|
Returns the names of all fields required to uniquely identify records in the data packet.
|

|
PSGetParams
|
Returns the current parameter values of the dataset.
|

|
PSGetQuoteChar
|
Returns the character or characters to use in generated SQL statements to enclose quoted strings.
|

|
PSGetTableName
|
Returns the name of the dataset table that appears in generated SQL statements.
|

|
PSGetUpdateException(Exception,EUpdateError)
|
Generates an EUpdateError object based on another exception object.
|

|
PSInTransaction
|
Indicates whether actions against the dataset occur in the context of a transaction.
|

|
PSIsSQLBased
|
Indicates whether the dataset includes native SQL support.
|

|
PSIsSQLSupported
|
Indicates whether the dataset can execute SQL statements.
|

|
PSReset
|
Resets the dataset so that it is positioned on the first record.
|

|
PSSetCommandText(string)
|
Represents method PSSetCommandText(string).
|

|
PSSetParams(TParams)
|
Assigns the specified parameter values to the dataset.
|

|
PSStartTransaction
|
Starts a transaction that encapsulates all activity until a call to PSEndTransaction.
|

|
PSUpdateRecord(TUpdateKind,TDataSet)
|
Applies a single update to the underlying database table or tables.
|

|
RefreshParams
|
Represents method RefreshParams.
|

|
Release
|
Releases all dataset cursors.
|

|
Requery
|
Updates the data in a dataset by re-executing the query that made the original dataset.
|

|
RevertRecord
|
Undoes changes to the current record.
|

|
Select
|
Gets an array of all DataRow objects.
|

|
Select(WideString)
|
Gets an array of all DataRow objects that match the filter criteria.
|

|
Select(WideString,WideString)
|
Gets an array of all DataRow objects that match the filter criteria, in the specified sort order.
|

|
Select(WideString,WideString,TDataViewRowState_Set)
|
Gets an array of all DataRow objects that match the filter in the order of the sort that match the specified state.
|

|
SetBlockReadSize(Integer)
|
Represents method SetBlockReadSize(Integer).
|

|
SetBookmarkData(TRecordBuffer,Pointer)
|
Overloaded. Represents method SetBookmarkData(TRecordBuffer,Pointer).
|

|
SetBookmarkData(TRecordBuffer,TBookmark)
|
Overloaded. Represents method SetBookmarkData(TRecordBuffer,TBookmark).
|

|
SetBookmarkFlag(TRecordBuffer,TBookmarkFlag)
|
Represents method SetBookmarkFlag(TRecordBuffer,TBookmarkFlag).
|

|
SetCommandText(TStrings)
|
Represents method SetCommandText(TStrings).
|

|
SetConnection(TDbConnection)
|
Represents method SetConnection(TDbConnection).
|

|
SetConnectionFlag(Integer,Boolean)
|
Represents method SetConnectionFlag(Integer,Boolean).
|

|
SetDataSource(TDataSource)
|
Represents method SetDataSource(TDataSource).
|

|
SetDetailFilter
|
Represents method SetDetailFilter.
|

|
SetFieldData(TField,Pointer)
|
Overloaded. Represents method SetFieldData(TField,Pointer).
|

|
SetFieldData(TField,Pointer,Boolean)
|
Overloaded. Represents method SetFieldData(TField,Pointer,Boolean).
|

|
SetFieldData(TField,TValueBuffer)
|
Overloaded. Represents method SetFieldData(TField,TValueBuffer).
|

|
SetFieldData(TField,TValueBuffer,Boolean)
|
Overloaded. Represents method SetFieldData(TField,TValueBuffer,Boolean).
|

|
SetFiltered(Boolean)
|
Represents method SetFiltered(Boolean).
|

|
SetFilterOptions(TFilterOptions)
|
Represents method SetFilterOptions(TFilterOptions).
|

|
SetFilterText(string)
|
Represents method SetFilterText(string).
|

|
SetParameters(TDbParameters)
|
Represents method SetParameters(TDbParameters).
|

|
SetParamsFromCursor
|
Represents method SetParamsFromCursor.
|

|
SetRecNo(Integer)
|
Represents method SetRecNo(Integer).
|

|
TrucateRecordSet
|
Represents method TruncateRecordSet.
|

|
UpdateBatch
|
Writes all pending batch updates to database.
|

|
UpdateIndexDefs
|
Represents method UpdateIndexDefs.
|

|
UpdateRecordSetPosition(PByte)
|
Represents method UpdateRecordSetPosition(PByte).
|

|
UpdateStatus
|
Returns the modification status for current record.
|

|
WriteXml(WideString)
|
Writes the current contents of the DataSet as XML using the specified file.
|

|
WriteXml(WideString,Boolean)
|
Writes the current contents of the DataSet as XML using the specified file. To save the data for the table and all its descendants, set the writeHierarchy parameter to true.
|

|
WriteXml(WideString,TXmlWriteMode)
|
Writes the current data, and optionally the schema, for the DataSet using the specified file and XmlWriteMode. To write the schema, set the value for the mode parameter to WriteSchema.
|

|
WriteXml(WideString,TXmlWriteMode,Boolean)
|
Writes the current data, and optionally the schema, for the DataSet using the specified file and XmlWriteMode. To write the schema, set the value for the mode parameter to WriteSchema. To save the data for the table and all its descendants, set the writeHierarchy parameter to true.
|

|
WriteXmlSchema(WideString)
|
Writes the current data structure of the DataSet as an XML schema to the specified file.
|

|
WriteXmlSchema(WideString,Boolean)
|
Writes the current data structure of the DataSet as an XML schema to the specified file. To save the schema for the table and all its descendants, set the writeHierarchy parameter to true.
|