Class TrDBStringGridEdMultiRow

Unit

Declaration

type TrDBStringGridEdMultiRow = class(TCollectionItem)

Description

collection item containing all multirows properties

Hierarchy

  • TCollectionItem
  • TrDBStringGridEdMultiRow

Overview

Methods

Public procedure Assign(Source: TPersistent); override;
Public procedure RestoreDefaults;

Properties

Published property MultiRowType: TMultiRowType read FMultiRowType write SetMultiRowType default mrtAuto;
Published property Alignment: TAlignment read FAlignment write SetAlignment default taLeftJustify;
Published property Color: TColor read FColor write SetColor default clNone;
Published property Font: TFont read FFont write SetFont stored IsFontStored;
Published property ParentFont: boolean read FParentFont write SetParentFont default true;
Published property CustomDraw: boolean read FCustomDraw write FCustomDraw default false;
Published property RowHeightMin: integer read FRowHeightMin write SetRowHeightMin default 0;
Published property RowHeightMax: integer read FRowHeightMax write SetRowHeightMax default 0;
Published property RowHeightFreeSpace: integer read FRowHeightFreeSpace write SetRowHeightFreeSpace default 0;
Published property WordWrap: boolean read FWordWrap write SetWordWrap default false;
Published property ShowFixed: boolean read FShowFixed write SetShowFixed default false;
Published property ReadOnly: boolean read FReadOnly write SetReadOnly default false;
Published property FieldName: string read FFieldName write SetFieldName;
Published property TextMask: TStrings read FTextMask write SetTextMask;
Published property FixedColTextMask: TStrings read FFixedColTextMask write SetFixedColTextMask;
Published property Tag: integer read FTag write FTag default 0;

Description

Methods

Public procedure Assign(Source: TPersistent); override;
 
Public procedure RestoreDefaults;

restore default properties of the multirow

Properties

Published property MultiRowType: TMultiRowType read FMultiRowType write SetMultiRowType default mrtAuto;

defined type of multirow content

Published property Alignment: TAlignment read FAlignment write SetAlignment default taLeftJustify;

define alignment of data in the multirow datacell

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

define background color of the multirow datacell

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

define font for the multirow datacell

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

define usage of parent font for the multirow datacell

Published property CustomDraw: boolean read FCustomDraw write FCustomDraw default false;

define whether the multirow datacell is drawn by custom code in OnDrawCell event

Published property RowHeightMin: integer read FRowHeightMin write SetRowHeightMin default 0;

define minimal row height

Published property RowHeightMax: integer read FRowHeightMax write SetRowHeightMax default 0;

define maximal row height

Published property RowHeightFreeSpace: integer read FRowHeightFreeSpace write SetRowHeightFreeSpace default 0;

define additional row height as free space

Published property WordWrap: boolean read FWordWrap write SetWordWrap default false;

define whether long string should be wraped in teh multirow datacell

Published property ShowFixed: boolean read FShowFixed write SetShowFixed default false;

define whether the multirow datacell is shown as fixed

Published property ReadOnly: boolean read FReadOnly write SetReadOnly default false;

define that multirow datacell cannot be modified

Published property FieldName: string read FFieldName write SetFieldName;

define FieldName as content for the multirow datacell

Published property TextMask: TStrings read FTextMask write SetTextMask;

define Text mask as content for the multirow datacell, tags <<FieldName>> can be used to insert dataset value

Published property FixedColTextMask: TStrings read FFixedColTextMask write SetFixedColTextMask;

define Text mask as content for the multirow fixedcell, tags <<FieldName>> can be used to insert dataset value

Published property Tag: integer read FTag write FTag default 0;

tag property for any custom value


Generated by PasDoc 0.15.0.