Skip to main content

TdxServerModeADOQueryDataSource Methods

The ADO query-based server mode data source.
Name Description
Assign(TPersistent) Inherited from TPersistent.
AssignTo(TPersistent) Inherited from TPersistent.
BeginInvoke(TAsyncConstArrayFunctionEvent,Untyped[],TObject) Inherited from TComponent.
BeginInvoke(TAsyncConstArrayProc,Untyped[],TObject) Inherited from TComponent.
BeginInvoke(TAsyncConstArrayProcedureEvent,Untyped[],TObject) Inherited from TComponent.
BeginInvoke(TAsyncFunctionEvent,TObject) Inherited from TComponent.
BeginInvoke(TAsyncProcedureEvent,TObject) Inherited from TComponent.
BeginInvoke(TProc,TObject) Inherited from TComponent.
BeginInvoke<TResult>(TAsyncConstArrayFunc<TResult>,Untyped[],TObject) Inherited from TComponent.
BeginInvoke<TResult>(TFunc<TResult>,TObject) Inherited from TComponent.
BeginUpdate Postpones sending notifications about data source changes until the matching EndUpdate method is called. Inherited from TdxServerModeCustomDataSource.
CancelUpdate Enables sending notifications about data source changes after the BeginUpdate method was called. Inherited from TdxServerModeCustomDataSource.
Close Closes the data source, making it inactive. Inherited from TdxServerModeCustomDataSource.
DestroyComponents Inherited from TComponent.
Destroying Inherited from TComponent.
EndFunctionInvoke(IAsyncResult) Inherited from TComponent.
EndInvoke(IAsyncResult) Inherited from TComponent.
EndInvoke<TResult>(IAsyncResult) Inherited from TComponent.
EndUpdate Enables sending notifications about data source changes locked by the matching BeginUpdate method call. Inherited from TdxServerModeCustomDataSource.
Equals(TObject) Inherited from TObject.
ExecuteAction(TBasicAction) Inherited from TComponent.
FindComponent(String) Inherited from TComponent.
FreeNotification(TComponent) Inherited from TComponent.
FreeOnRelease Inherited from TComponent.
GetChildren(TGetChildProc,TComponent) Inherited from TComponent.
GetHashCode Inherited from TObject.
GetNamePath Inherited from TPersistent.
GetOwner Inherited from TPersistent.
GetParentComponent Inherited from TComponent.
HasParent Inherited from TComponent.
InsertComponent(TComponent) Inherited from TComponent.
IsConnected Determines if the data source is connected. Inherited from TdxServerModeCustomDataSource.
IsConsistentCache Indicates if the data source’s internal cache is consistent with the connected database. Inherited from TdxServerModeCustomDataSource.
IsDestroying Indicates if the data source is about to be destroyed. Inherited from TdxServerModeCustomDataSource.
IsImplementorOf(IInterface) Inherited from TComponent.
IsLoading Indicates if the data source is about to be loaded from a form file. Inherited from TdxServerModeCustomDataSource.
IsLocked Indicates if sending notifications about data source changes is postponed by BeginUpdate method calls. Inherited from TdxServerModeCustomDataSource.
Loaded Inherited from TComponent.
Notification(TComponent,TOperation) Inherited from TComponent.
Open Opens the data source, making it active. Inherited from TdxServerModeCustomDataSource.
PopulateFields(TStrings) Obtains the names of fields available in the data source. Inherited from TdxServerModeCustomDataSource.
PopulateKeyFields(TStrings) Obtains the names of fields used as a key by the data source. Inherited from TdxServerModeCustomDataSource.
ReferenceInterface(IInterface,TOperation) Inherited from TComponent.
Refresh Refreshes the data source. Inherited from TdxServerModeCustomDataSource.
RemoveComponent(TComponent) Inherited from TComponent.
RemoveFreeNotification(TComponent) Inherited from TComponent.
SetParentComponent(TComponent) Inherited from TComponent.
SetSubComponent(Boolean) Inherited from TComponent.
ToString Inherited from TObject.
UpdateAction(TBasicAction) Inherited from TComponent.
See Also