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

Name Description
Class THackCustomDBGrid  
Class TrDBRecView Enhanced TCustomDrawGrid component which provides functionality for displaying and editing of one dataset record.

Types

TGridOptionEx = (...);
TGridOptionsEx = set of TGridOptionEx;
TGridDlgVisibleTab = (...);
TGridDlgVisibleTabs = set of TGridDlgVisibleTab;
TGetCellParamsEvent = procedure(Sender: TObject; Col, Row: longint; AFont: TFont; var Background: TColor; var Highlight: Boolean) of object;

Description

Types

TGridOptionEx = (...);

list of OptionsEx used by TrDBRecView

Values
  • goDataRight
  • goNumberRight
  • goAddColon
  • goAutoHeight
  • goUseGridPickList
  • goUseGridEllipsis
  • goOnlyPickListValues
  • goRTFToPlainText
  • goEnterNewLineMemo
TGridOptionsEx = set of TGridOptionEx;

set of OptionsEx used by TrDBRecView

TGridDlgVisibleTab = (...);

list of dialog tab visibility used by design time dialog for TrDBRecView

Values
  • vtFieldsSetup
  • vtSpecFields
  • vtFieldsAsLink
  • vtPickLists
  • vtEllipsisFields
TGridDlgVisibleTabs = set of TGridDlgVisibleTab;

set of dialog tab visibility used by design time dialog for TrDBRecView

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.