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)
|
|
BeginUpdate
|
Postpones sending notifications about data source changes until the matching EndUpdate method is called.
|
CancelUpdate
|
Enables sending notifications about data source changes after the BeginUpdate method was called.
|
Close
|
Closes the data source, making it inactive.
|
DestroyComponents
|
|
Destroying
|
|
EndFunctionInvoke(IAsyncResult)
|
|
EndInvoke(IAsyncResult)
|
|
EndInvoke<TResult>(IAsyncResult)
|
|
EndUpdate
|
Enables sending notifications about data source changes locked by the matching BeginUpdate method call.
|
Equals(TObject)
|
|
ExecuteAction(TBasicAction)
|
|
FindComponent(String)
|
|
FreeNotification(TComponent)
|
|
FreeOnRelease
|
|
GetChildren(TGetChildProc,TComponent)
|
|
GetHashCode
|
|
GetNamePath
|
|
GetOwner
|
|
GetParentComponent
|
|
HasParent
|
|
InsertComponent(TComponent)
|
|
IsConnected
|
Determines if the data source is connected.
|
IsConsistentCache
|
Indicates if the data source’s internal cache is consistent with the connected database.
|
IsDestroying
|
Indicates if the data source is about to be destroyed.
|
IsImplementorOf(IInterface)
|
|
IsLoading
|
Indicates if the data source is about to be loaded from a form file.
|
IsLocked
|
Indicates if sending notifications about data source changes is postponed by BeginUpdate method calls.
|
Loaded
|
|
Notification(TComponent,TOperation)
|
|
Open
|
Opens the data source, making it active.
|
PopulateFields(TStrings)
|
Obtains the names of fields available in the data source.
|
PopulateKeyFields(TStrings)
|
Obtains the names of fields used as a key by the data source.
|
PopulateTableNames(TStrings)
|
Obtains the names of tables contained in the target source of data (database) linked via the connection object.
|
ReferenceInterface(IInterface,TOperation)
|
|
Refresh
|
Refreshes the data source.
|
RemoveComponent(TComponent)
|
|
RemoveFreeNotification(TComponent)
|
|
SetParentComponent(TComponent)
|
|
SetSubComponent(Boolean)
|
|
ToString
|
|
UpdateAction(TBasicAction)
|
|