Class TOptionsGroups
Unit
rDBGrid
Declaration
type TOptionsGroups = class(TPersistent)
Description
setting for TrDBGrid groups, part of TOptionsEx2
Hierarchy
- TPersistent
- TOptionsGroups
Overview
Methods
Properties
 |
property Active: boolean read FActive write SetActive default false; |
 |
property AlwaysUseGroupColors: boolean read FAlwaysUseGroupColors write SetAlwaysUseGroupColors default false; |
 |
property GroupHeightPixels: integer read FGroupHeightPixels write SetGroupHeightPixels default 12; |
 |
property CollapseBtnSize: integer read FCollapseBtnSize write SetCollapseBtnSize default 10; |
 |
property GroupLineWidth: byte read FGroupLineWidth write SetGroupLineWidth default 1; |
Description
Methods
Properties
 |
property Active: boolean read FActive write SetActive default false; |
activate Groups usage
|
 |
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 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.
|