Class TFixedColText

Unit

Declaration

type TFixedColText = class(TPersistent)

Description

define object for setting of text in fixed column for TrDBGrid

Hierarchy

  • TPersistent
  • TFixedColText

Overview

Properties

Published property FixedColWidth: integer read FFixedColWidth write SetFixedColWidth default IndicatorWidth;
Published property ShowIndicator: boolean read FShowIndicator write SetShowIndicator default true;
Published property ShowCheckbox: boolean read FShowCheckbox write SetShowCheckbox default false;
Published property TitleText: string read FTitleText write SetTitleText;
Published property TextMask: string read FTextMask write SetTextMask;
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;

Description

Properties

Published property FixedColWidth: integer read FFixedColWidth write SetFixedColWidth default IndicatorWidth;

define width of fixed column

Published property ShowIndicator: boolean read FShowIndicator write SetShowIndicator default true;

define showing of indicator image

Published property ShowCheckbox: boolean read FShowCheckbox write SetShowCheckbox default false;

define showing of checkbox in fixed column

Published property TitleText: string read FTitleText write SetTitleText;

define text in title row of fixed col

Published property TextMask: string read FTextMask write SetTextMask;

define text mask in data rows of fixed col, use <<FieldName>> to add any field value

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 fixed column

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

define alignment for text in fixed column


Generated by PasDoc 0.15.0.