Unit rDBRecView
Uses Functions and Procedures Constants Variables
Description
rDBrecView unit contains TrDBRecView - enhanced TCustomDrawGrid component which provides functionality for displaying and editing of one dataset record. TrDBrecView can display all type of fields including memo and grapics fields. Each field can be displayed with diferent font style and color. TrDBRecView can be linked to DBGrid or to DataSource.
Splash screen in demo version.
Overview
Classes, Interfaces, Objects and Records
Class THackCustomDBGrid |
|
Class TrDBRecView |
Enhanced TCustomDrawGrid component which provides functionality for displaying and editing of one dataset record. |
Types
Description
Types
TGridOptionEx = (...); |
list of OptionsEx used by TrDBRecView
Values
-
goDataRight
-
goNumberRight
-
goAddColon
-
goAutoHeight
-
goUseGridPickList
-
goUseGridEllipsis
-
goOnlyPickListValues
-
goRTFToPlainText
-
goEnterNewLineMemo
|
TGridDlgVisibleTab = (...); |
list of dialog tab visibility used by design time dialog for TrDBRecView
Values
-
vtFieldsSetup
-
vtSpecFields
-
vtFieldsAsLink
-
vtPickLists
-
vtEllipsisFields
|
TGetCellParamsEvent = procedure(Sender: TObject; Col, Row: longint; AFont: TFont; var Background: TColor; var Highlight: Boolean) of object; |
event type for TrStringGridEd cell parameters used by TrDBRecView
|
Author
Created
Dec 2007
Last Modified
May 2018
Generated by PasDoc 0.15.0.
|