Class TTitleLineText

Unit

Declaration

type TTitleLineText = class(TPersistent)

Description

define object for setting of text in the top of title row used by TrDBGrid

Hierarchy

  • TPersistent
  • TTitleLineText

Overview

Properties

Published property FixHeight: integer read FFixHeight write SetFixHeight default 0;
Published property Color: TColor read FColor write SetColor default clBtnFace;
Published property Text: string read FText write SetText;
Published property ParentFont: boolean read FParentFont write SetParentFont default true;
Published property Font: TFont read FFont write SetFont stored IsFontStored;
Published property TextAlign: TAlignment read FTextAlign write SetTextAlign default taLeftJustify;
Published property ShowDesignTime: boolean read FShowDesignTime write SetShowDesignTime stored false default false;

Description

Properties

Published property FixHeight: integer read FFixHeight write SetFixHeight default 0;

define fixed title line height, if 0 then height is calculated from text

Published property Color: TColor read FColor write SetColor default clBtnFace;

define background color for title line

Published property Text: string read FText write SetText;

define text in title line, use | as line separator

Published property ParentFont: boolean read FParentFont write SetParentFont default true;

define using of parent font instead of defined font

Published property Font: TFont read FFont write SetFont stored IsFontStored;

define font for text in title line

Published property TextAlign: TAlignment read FTextAlign write SetTextAlign default taLeftJustify;

define alignment for text in title line

Published property ShowDesignTime: boolean read FShowDesignTime write SetShowDesignTime stored false default false;

deprecated - not used


Generated by PasDoc 0.15.0.