Unit rDBStringGridEd

Uses
Functions and Procedures
Constants
Variables

Description

rDBStringGridEd unit contains TrDBStringGridEd - enhanced TrStringGridEd component which provides functions for batch loading and saving data from/to dataset. It helps to use simple table, multitable or pivot table data showing and editing.

Splash screen in demo version.

Overview

Classes, Interfaces, Objects and Records

Name Description
Class TrDBStringGridEd enhanced TrStringGridEd component which provides functions for batch loading and saving data from/to dataset.

Types

TOptionDBEx = (...);
TOptionsDBEx = set of TOptionDBEx;
TDBBeforePostEvent = procedure(Sender: TObject; Dataset: TDataset; ARow, ACol: Longint; KeyValue: integer) of object;
TDBLoadStoreCellField = procedure(Sender: TObject; Dataset: TDataset; ARow, ACol: Longint; F: Tfield) of object;

Description

Types

TOptionDBEx = (...);

list of options used by TrDBStringGridEd

Values
  • dgSetAutoIncReadOnly
  • dgSetAutoIncGrayed
  • dgSaveKeyFieldValue
TOptionsDBEx = set of TOptionDBEx;

set of options used by TrDBStringGridEd

TDBBeforePostEvent = procedure(Sender: TObject; Dataset: TDataset; ARow, ACol: Longint; KeyValue: integer) of object;

event type used by TrDBStringGridEd before post

TDBLoadStoreCellField = procedure(Sender: TObject; Dataset: TDataset; ARow, ACol: Longint; F: Tfield) of object;

event type used by TrDBStringGridEd to load and store field value

Author

Created

Jan 2015

Last Modified

Jan 2019


Generated by PasDoc 0.15.0.