Class TOptionsGroups
Unit
rDBGrid
Declaration
type TOptionsGroups = class(TPersistent)
Description
setting for TrDBGrid groups, part of TOptionsEx2
Hierarchy
- TPersistent
- TOptionsGroups
Overview
Properties
|
property Active: boolean read FActive write SetActive default false; |
|
property CanExpand: boolean read FCanExpand write SetCanExpand default true; |
|
property ShowMergedCell: boolean read FShowMergedCell write SetShowMergedCell default false; |
|
property AlwaysUseGroupColors: boolean read FAlwaysUseGroupColors write SetAlwaysUseGroupColors default false; |
|
property GroupHeightPixels: integer read FGroupHeightPixels write SetGroupHeightPixels default 12; |
|
property MergeCellHeightPixels: integer read FMergeCellHeightPixels write SetMergeCellHeightPixels default 20; |
|
property CollapseBtnSize: integer read FCollapseBtnSize write SetCollapseBtnSize default 10; |
|
property GroupLineWidth: byte read FGroupLineWidth write SetGroupLineWidth default 1; |
Description
Properties
|
property Active: boolean read FActive write SetActive default false; |
activate Groups usage
|
|
property CanExpand: boolean read FCanExpand write SetCanExpand default true; |
allows group expand/collapse for group
|
|
property ShowMergedCell: boolean read FShowMergedCell write SetShowMergedCell default false; |
show groups with merged cell instead of group line
|
|
property AlwaysUseGroupColors: boolean read FAlwaysUseGroupColors write SetAlwaysUseGroupColors default false; |
use group color for title row when group is not active
|
|
property GroupHeightPixels: integer read FGroupHeightPixels write SetGroupHeightPixels default 12; |
height of free space for group buttons and lines
|
|
property MergeCellHeightPixels: integer read FMergeCellHeightPixels write SetMergeCellHeightPixels default 20; |
height of merged cell (if ShowMergedCell=true)
|
|
property CollapseBtnSize: integer read FCollapseBtnSize write SetCollapseBtnSize default 10; |
size of group collapse / expand button
|
|
property GroupLineWidth: byte read FGroupLineWidth write SetGroupLineWidth default 1; |
width of group lines
|
Generated by PasDoc 0.15.0.
|