ActiveBuffer
|
|
AddFieldsFromDataSet(TDataSet,TComponent)
|
Automatically re-creates missing fields based on field information retrieved from a specified dataset.
|
Append
|
|
AppendRecord(Untyped[])
|
|
Assign(TPersistent)
|
|
AssignTo(TPersistent)
|
|
BeginInvoke(TAsyncConstArrayFunctionEvent,Untyped[],TObject)
|
|
BeginInvoke(TAsyncConstArrayProc,Untyped[],TObject)
|
|
BeginInvoke(TAsyncConstArrayProcedureEvent,Untyped[],TObject)
|
|
BeginInvoke(TAsyncFunctionEvent,TObject)
|
|
BeginInvoke(TAsyncProcedureEvent,TObject)
|
|
BeginInvoke(TProc,TObject)
|
|
BeginInvoke<TResult>(TAsyncConstArrayFunc<TResult>,Untyped[],TObject)
|
|
BeginInvoke<TResult>(TFunc<TResult>,TObject)
|
|
BookmarkValid(TBookmark)
|
|
Cancel
|
|
CheckBrowseMode
|
|
ClearFields
|
|
Close
|
|
CompareBookmarks(TBookmark,TBookmark)
|
|
ControlsDisabled
|
|
CopyFields(TDataSet)
|
|
CopyFromDataSet(TDataSet)
|
Makes a copy of a specified dataset.
|
CreateBlobStream(TField,TBlobStreamMode)
|
|
CreateData
|
Recreates the structure of the current dataset and populates it with data from a linked pivot grid.
|
CreateFieldsFromBinaryFile(string)
|
Automatically creates fields by reading field definitions from a specified binary file.
|
CreateFieldsFromDataSet(TDataSet,TComponent)
|
Automatically creates fields based on fields from a specified dataset.
|
CreateFieldsFromStream(TStream)
|
Automatically creates fields from a specified stream.
|
CursorPosChanged
|
|
DefaultFields
|
|
Delete
|
|
DestroyComponents
|
|
Destroying
|
|
DisableControls
|
|
Edit
|
|
EnableControls
|
|
EndFunctionInvoke(IAsyncResult)
|
|
EndInvoke(IAsyncResult)
|
|
EndInvoke<TResult>(IAsyncResult)
|
|
Equals(TObject)
|
|
ExecuteAction(TBasicAction)
|
|
FieldByName(String)
|
|
FillBookMarks
|
Fills ExpressMemData bookmarks.
|
FindComponent(String)
|
|
FindField(String)
|
|
FindFirst
|
|
FindLast
|
|
FindNext
|
|
FindPrior
|
|
First
|
|
FreeBookmark(TBookmark)
|
|
FreeNotification(TComponent)
|
|
FreeOnRelease
|
|
GetBlobFieldData(Integer,TBlobByteData)
|
|
GetBookmark
|
|
GetChildren(TGetChildProc,TComponent)
|
|
GetClonedDataSet(Boolean)
|
|
GetCurrentRecord(TRecBuf)
|
|
GetCurrentRecord(TRecordBuffer)
|
|
GetDetailDataSets(TList)
|
|
GetDetailDataSets(TList<TDataSet>)
|
|
GetDetailLinkFields(TList,TList)
|
|
GetDetailLinkFields(TList<TField>,TList<TField>)
|
|
GetFieldData(Integer,Pointer)
|
|
GetFieldData(Integer,TValueBuffer)
|
|
GetFieldData(TField,Pointer,Boolean)
|
|
GetFieldData(TField,Pointer)
|
|
GetFieldData(TField,TValueBuffer,Boolean)
|
|
GetFieldData(TField,TValueBuffer)
|
|
GetFieldList(TList,String)
|
|
GetFieldList(TList<TField>,String)
|
|
GetFieldNames(TStrings)
|
|
GetHashCode
|
|
GetNamePath
|
|
GetOwner
|
|
GetParentComponent
|
|
GetRecNoByFieldValue(Variant,string)
|
The GetRecNoByFieldValue method returns a record number by a specific field value.
|
GetStateFieldValue(TDataSetState,TField)
|
|
GetValueCount(string,Variant)
|
Determines the number of records that contain a specified field value.
|
GotoBookmark(TBookmark)
|
|
HasParent
|
|
Insert
|
|
InsertComponent(TComponent)
|
|
InsertRecord(Untyped[])
|
|
IsEmpty
|
|
IsImplementorOf(IInterface)
|
|
IsLinkedTo(TDataSource)
|
|
IsSequenced
|
|
Last
|
|
Loaded
|
|
LoadFromBinaryFile(string)
|
Loads data from a binary file.
|
LoadFromDataSet(TDataSet)
|
Loads data from a specified dataset.
|
LoadFromStream(TStream)
|
Loads data from a stream in the internal data format.
|
LoadFromStrings(TStrings)
|
Loads data from a specified string list.
|
LoadFromTextFile(string)
|
Loads data from a plain text file.
|
Locate(String,Variant,TLocateOptions)
|
|
Locate(string,Variant,TLocateOptions)
|
Searches the KeyValues values in the KeyFields fields.
|
Lookup(String,Variant,String)
|
|
MoveBy(Integer)
|
|
MoveCurRecordTo(Integer)
|
Moves the current record to a new position in the memory-based dataset.
|
Next
|
|
Notification(TComponent,TOperation)
|
|
Open
|
|
Post
|
|
Prior
|
|
ReferenceInterface(IInterface,TOperation)
|
|
Refresh
|
|
RemoveComponent(TComponent)
|
|
RemoveFreeNotification(TComponent)
|
|
Resync(TResyncMode)
|
|
SaveToBinaryFile(string)
|
Saves data to a binary file.
|
SaveToStream(TStream)
|
Saves stored data to a stream.
|
SaveToStrings(TStrings)
|
Saves data to a specified string list.
|
SaveToTextFile(string)
|
Saves stored data to a plain text file.
|
SetFields(Untyped[])
|
|
SetFilteredRecNo(Integer)
|
Sets the active filtered record.
|
SetParentComponent(TComponent)
|
|
SetSubComponent(Boolean)
|
|
SupportedFieldType(TFieldType)
|
Determines whether a specific FieldType is supported by the ExpressMemData component.
|
ToString
|
|
Translate(PAnsiChar,PAnsiChar,Boolean)
|
|
UpdateAction(TBasicAction)
|
|
UpdateCursorPos
|
|
UpdateFilters
|
Updates ExpressMemData filters.
|
UpdateRecord
|
|
UpdateStatus
|
|