Class TrDBGridsPropSave
Unit
PropSaveGrids
Declaration
type TrDBGridsPropSave = class(TDBGridsPropSave)
Description
provides re/storing of new rDBGrid & rDBRecView properties
Hierarchy
Overview
Methods
Properties
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
|
Properties
 |
property StoreFieldsGroup: boolean read FStoreFieldsGroup write FStoreFieldsGroup default false; |
define whether fields group definition is re/stored
|
 |
property OnReadSaveProps: TReadSavePropsEvent read FOnReadSaveProps write FOnReadSaveProps; |
event is called after read/store of DBGrid props
|
Generated by PasDoc 0.13.0 on 2016-02-19 08:14:10
|