Class TOptionsGroups

Unit

Declaration

type TOptionsGroups = class(TPersistent)

Description

setting for TrDBGrid groups, part of TOptionsEx2

Hierarchy

  • TPersistent
  • TOptionsGroups

Overview

Methods

Public constructor Create(Owner: TrDBGrid);

Properties

Published property Active: boolean read FActive write SetActive default false;
Published property AlwaysUseGroupColors: boolean read FAlwaysUseGroupColors write SetAlwaysUseGroupColors default false;
Published property GroupHeightPixels: integer read FGroupHeightPixels write SetGroupHeightPixels default 12;
Published property CollapseBtnSize: integer read FCollapseBtnSize write SetCollapseBtnSize default 10;
Published property GroupLineWidth: byte read FGroupLineWidth write SetGroupLineWidth default 1;

Description

Methods

Public constructor Create(Owner: TrDBGrid);
 

Properties

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

activate Groups usage

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