Unit rDBSort2

Description

rDBSort2 provides universal dialog for sorting of any grid.

Full functional demo

Overview

Classes, Interfaces, Objects and Records

Name Description
Class TrDBSortForm2 universal dialog for sorting of any grid

Functions and Procedures

function SortRec(rDBGrid: TrDBGrid): boolean;
function SortRec_LoadSortNames(rDBGrid: TrDBGrid; L: TStrings): boolean;
function SortRec_ActiveSortIdx(rDBGrid: TrDBGrid; Idx: integer): boolean;
function SortRec_ActiveSortName(rDBGrid: TrDBGrid; SortName: string): boolean;

Variables

rDBSortForm2: TrDBSortForm2;

Description

Functions and Procedures

function SortRec(rDBGrid: TrDBGrid): boolean;

Show DBSort dialog for grid

function SortRec_LoadSortNames(rDBGrid: TrDBGrid; L: TStrings): boolean;

Load list of stored sorting names

function SortRec_ActiveSortIdx(rDBGrid: TrDBGrid; Idx: integer): boolean;

Check whether sorting index is active currently

function SortRec_ActiveSortName(rDBGrid: TrDBGrid; SortName: string): boolean;

Check whether SortName is active currently

Variables

rDBSortForm2: TrDBSortForm2;
 

Author

Created

Oct 2011

Last Modified

Sep 2015


Generated by PasDoc 0.15.0.