Class TOptionsHighlightText
Unit
rDBGrid
Declaration
type TOptionsHighlightText = class(TPersistent)
Description
setting for TrDBGrid text highlighting, part of TOptionsEx2
Hierarchy
- TPersistent
- TOptionsHighlightText
Overview
Properties
|
property Active: boolean read FActive write SetActive default false; |
|
property HighlightText: string read FHighlightText write SetHighlightText; |
|
property FontColor: TColor read FFontColor write SetFontColor default clNone; |
|
property BkColor: TColor read FBkColor write SetBkColor default clYellow; |
|
property Bold: boolean read FBold write SetBold default false; |
|
property HighlightInFields: TStrings read FHighlightInFields write SetHighlightInFields; |
Description
Properties
|
property Active: boolean read FActive write SetActive default false; |
activate highlight function
|
|
property HighlightText: string read FHighlightText write SetHighlightText; |
text to highlight
|
|
property FontColor: TColor read FFontColor write SetFontColor default clNone; |
font color for highligted part of text
|
|
property BkColor: TColor read FBkColor write SetBkColor default clYellow; |
background color for highligted part of text
|
|
property Bold: boolean read FBold write SetBold default false; |
bold font for highligted part of text
|
|
property HighlightInFields: TStrings read FHighlightInFields write SetHighlightInFields; |
list of fields for highlighting - all fields are used if no field is defined
|
Generated by PasDoc 0.15.0.
|