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