DevExpress v24.2 Update — Your Feedback Matters Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release. Take the survey Not interested TdxServerModeCustomDataSource Methods Show Inherited Hide Inherited The base class for server mode data sources. 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. CancelUpdate Enables sending notifications about data source changes after the BeginUpdate method was called. Close Closes the data source, making it inactive. 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. 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. 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) Inherited from TComponent. 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 Inherited from TComponent. Notification(TComponent,TOperation) Inherited from TComponent. 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. ReferenceInterface(IInterface,TOperation) Inherited from TComponent. Refresh Refreshes the data source. 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 TdxServerModeCustomDataSource Class TdxServerModeCustomDataSource Members dxServerModeData Unit