Class TOptionsGroups

Unit

Declaration

type TOptionsGroups = class(TPersistent)

Description

setting for TrDBGrid groups, part of TOptionsEx2

Hierarchy

  • TPersistent
  • TOptionsGroups

Overview

Properties

Published property Active: boolean read FActive write SetActive default false;
Published property CanExpand: boolean read FCanExpand write SetCanExpand default true;
Published property ShowMergedCell: boolean read FShowMergedCell write SetShowMergedCell default false;
Published property AlwaysUseGroupColors: boolean read FAlwaysUseGroupColors write SetAlwaysUseGroupColors default false;
Published property GroupHeightPixels: integer read FGroupHeightPixels write SetGroupHeightPixels default 12;
Published property MergeCellHeightPixels: integer read FMergeCellHeightPixels write SetMergeCellHeightPixels default 20;
Published property CollapseBtnSize: integer read FCollapseBtnSize write SetCollapseBtnSize default 10;
Published property GroupLineWidth: byte read FGroupLineWidth write SetGroupLineWidth default 1;

Description

Properties

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

activate Groups usage

Published property CanExpand: boolean read FCanExpand write SetCanExpand default true;

allows group expand/collapse for group

Published property ShowMergedCell: boolean read FShowMergedCell write SetShowMergedCell default false;

show groups with merged cell instead of group line

Published property AlwaysUseGroupColors: boolean read FAlwaysUseGroupColors write SetAlwaysUseGroupColors default false;

use group color for title row when group is not active

Published property GroupHeightPixels: integer read FGroupHeightPixels write SetGroupHeightPixels default 12;

height of free space for group buttons and lines

Published property MergeCellHeightPixels: integer read FMergeCellHeightPixels write SetMergeCellHeightPixels default 20;

height of merged cell (if ShowMergedCell=true)

Published property CollapseBtnSize: integer read FCollapseBtnSize write SetCollapseBtnSize default 10;

size of group collapse / expand button

Published property GroupLineWidth: byte read FGroupLineWidth write SetGroupLineWidth default 1;

width of group lines


Generated by PasDoc 0.15.0.