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
Types
Description
Types
TMemoGridOpt = (...); |
display method used by TrDBMemoGrid - as grid, as memo, ar automatic selection according content
Values
|
TMemoGridOptEx = (...); |
additional option used by TrDBMemoGrid
Values
-
mgeForceDeleteRow
-
mgeForceMoveRow
-
mgeForceStartEdit
-
mgeAutoPost
-
mgeFirstLineAsTitles
|
TMemoGridSelection = (...); |
cell selection option used by TrDBMemoGrid
Values
-
mgsRows
-
mgsColumns
-
mgsCells
|
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.
|