Class TOptionsHighlightText

Unit

Declaration

type TOptionsHighlightText = class(TPersistent)

Description

setting for TrDBGrid text highlighting, part of TOptionsEx2

Hierarchy

  • TPersistent
  • TOptionsHighlightText

Overview

Properties

Published property Active: boolean read FActive write SetActive default false;
Published property HighlightText: string read FHighlightText write SetHighlightText;
Published property FontColor: TColor read FFontColor write SetFontColor default clNone;
Published property BkColor: TColor read FBkColor write SetBkColor default clYellow;
Published property Bold: boolean read FBold write SetBold default false;
Published property HighlightInFields: TStrings read FHighlightInFields write SetHighlightInFields;

Description

Properties

Published property Active: boolean read FActive write SetActive default false;

activate highlight function

Published property HighlightText: string read FHighlightText write SetHighlightText;

text to highlight

Published property FontColor: TColor read FFontColor write SetFontColor default clNone;

font color for highligted part of text

Published property BkColor: TColor read FBkColor write SetBkColor default clYellow;

background color for highligted part of text

Published property Bold: boolean read FBold write SetBold default false;

bold font for highligted part of text

Published 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.