Units
Class Hierarchy
Classes, Interfaces, Objects and Records
Types
Variables
Constants
Functions and Procedures
Identifiers
rDBGrid
type TOptionsEx2 = class(TPersistent)
setting for TrDBGrid new functions, replacement of previous TOptionsEx
constructor Create(Owner: TrDBGrid);
destructor Destroy; override;
property FixedCell: TOptionsFixedCell read FFixedCell write FFixedCell;
property Editors: TOptionsEditors read FEditors write FEditors;
property Appearance: TOptionsAppearance read FAppearance write FAppearance;
property Filters: TOptionsFilters read FFilters write FFilters;
property Groups: TOptionsGroups read FGroups write FGroups;
property CellCondition: TOptionsCellCondition read FCellCondition write FCellCondition;
setting for rDBGrid fixed cells
setting for rDBGrid editors
editors
setting for rDBGrid appearance
appearance
setting for rDBGrid filters
filters
setting for rDBGrid groups
groups
setting for rDBGrid cell condition