Class TrDBGridsPropSave
Unit
PropSaveGrids
Declaration
type TrDBGridsPropSave = class(TDBGridsPropSave)
Description
provides re/storing properties of TrDBGrid, TrDBGrid_MS & TrDBRecView components
Hierarchy
Overview
Methods
Properties
 |
property StoreFieldsGroup: boolean read FStoreFieldsGroup write FStoreFieldsGroup default false; |
 |
property StoreFooterRow: boolean read FStoreFooterRow write FStoreFooterRow default false; |
 |
property StoreFilterSetting: boolean read FStoreFilterSetting write FStoreFilterSetting default false; |
 |
property StoreDesignSetting: boolean read FStoreDesignSetting write FStoreDesignSetting default false; |
 |
property OnReadSaveProps: TReadSavePropsEvent read FOnReadSaveProps write FOnReadSaveProps; |
Description
Methods
 |
function CanSave(Comp: TComponent): boolean; override; |
returns whether re/storing of Components from parameter is supported by TrDBGridsPropSave
|
 |
function GetCellParamKey(const Key: string; Idx: integer): string; |
returns key for cellparam specified by Idx
|
 |
procedure ReadFilterSetting(SG: TrDBGrid; KeySuffix: string = ''); |
read Filter setting for grid
|
 |
procedure SaveFilterSetting(SG: TrDBGrid; KeySuffix: string = ''); |
store Filter setting for grid
|
Properties
 |
property StoreFieldsGroup: boolean read FStoreFieldsGroup write FStoreFieldsGroup default false; |
define whether fields group definition is re/stored
|
 |
property StoreFooterRow: boolean read FStoreFooterRow write FStoreFooterRow default false; |
define whether Footer setting is re/stored
|
 |
property StoreFilterSetting: boolean read FStoreFilterSetting write FStoreFilterSetting default false; |
define whether Filter setting is re/stored
|
 |
property StoreDesignSetting: boolean read FStoreDesignSetting write FStoreDesignSetting default false; |
define whether design setting is re/stored
|
 |
property OnReadSaveProps: TReadSavePropsEvent read FOnReadSaveProps write FOnReadSaveProps; |
event is called after read/store of DBGrid props
|
Generated by PasDoc 0.15.0.
|