Unit rdbtool_CDS
Uses Classes, Interfaces, Objects and Records Types Constants Variables
Description
rdbtool_ADO is set functions for working with Client datasets, ChangeSortCDS and RequeryExCDS can be used by rDBGrid for sorting and refreshing of data if ClientDataset is used.
Overview
Functions and Procedures
function SetTableIndexCDS(T: TClientDataSet; FieldName: string): boolean; |
procedure ChangeSortCDS(CDS: TClientDataSet; KeyField: TField; SortFieldName: String; SortDesc: boolean; var Accept: boolean); |
function RequeryExCDS(CDS: TClientDataSet; F: TField): boolean; |
function RequeryGridCDS(DBGrid: TCustomDBGrid): boolean; |
Description
Functions and Procedures
function SetTableIndexCDS(T: TClientDataSet; FieldName: string): boolean; |
|
procedure ChangeSortCDS(CDS: TClientDataSet; KeyField: TField; SortFieldName: String; SortDesc: boolean; var Accept: boolean); |
|
function RequeryExCDS(CDS: TClientDataSet; F: TField): boolean; |
|
function RequeryGridCDS(DBGrid: TCustomDBGrid): boolean; |
|
Generated by PasDoc 0.15.0.
|