Unit rDBMemoGrid

Uses
Functions and Procedures
Constants
Variables

Description

rDBMemoGrid unit contains TrDBMemoGrid - enhanced TrStringGridEd component which provides function for editing content of db memo field in grid form.

Overview

Classes, Interfaces, Objects and Records

Name Description
Class TBoundDBMemo bound TrDBMemo used by TrDBMemoGrid
Class TrDBMemoGrid enhanced TrStringGridEd component which provides function for editing content of db memo field in grid form

Types

TMemoGridOpt = (...);
TMemoGridOptEx = (...);
TMemoGridOptsEx = set of TMemoGridOptEx;
TMemoGridSelection = (...);
TMemoGridSelections = set of TMemoGridSelection;
TMemoCheckFormat = procedure(Sender: TObject; Lines: TStrings; var ShowGrid: boolean) of object;

Description

Types

TMemoGridOpt = (...);

display method used by TrDBMemoGrid - as grid, as memo, ar automatic selection according content

Values
  • mgoGrid
  • mgoMemo
  • mgoAuto
TMemoGridOptEx = (...);

additional option used by TrDBMemoGrid

Values
  • mgeForceDeleteRow
  • mgeForceMoveRow
  • mgeForceStartEdit
  • mgeAutoPost
  • mgeFirstLineAsTitles
TMemoGridOptsEx = set of TMemoGridOptEx;

additional options used by TrDBMemoGrid

TMemoGridSelection = (...);

cell selection option used by TrDBMemoGrid

Values
  • mgsRows
  • mgsColumns
  • mgsCells
TMemoGridSelections = set of TMemoGridSelection;

cell selection options used by TrDBMemoGrid

TMemoCheckFormat = procedure(Sender: TObject; Lines: TStrings; var ShowGrid: boolean) of object;

event used for custom definition of display method

Author

Created

May 2008

Last Modified

Oct 2014


Generated by PasDoc 0.15.0.