Units
Class Hierarchy
Classes, Interfaces, Objects and Records
Types
Variables
Constants
Functions and Procedures
Identifiers
rDBGrid
type TGroupInfo = record
define record for grouped field used by TrDBGrid
Field: TField;
IsGrouped: boolean;
GroupID: integer;
GroupTitle: string;
TitleFontColor: TColor;
GroupLineColor: TColor;
IsMaster: boolean;
MasterField: TField;
ContentCollapsed: string;
GroupLocked: boolean;
FieldSetting: string;