Class TGridsPropSave
Unit
PropSaveGrids
Declaration
type TGridsPropSave = class(TCustomPropSave)
Description
provides re/storing properties of TStringGrid components
Hierarchy
Overview
Methods
|
function CanSave(Comp: TComponent): boolean; override; |
|
function GetColumnKey(const Key: string; Idx: integer): string; |
Properties
|
property StoreMetrix: boolean read FStoreMetrix write FStoreMetrix default true; |
|
property StoreStrings: boolean read FStoreStrings write FStoreStrings default true; |
|
property StoreRowColCount: boolean read FStoreRowColCount write FStoreRowColCount default true; |
Description
Methods
|
function CanSave(Comp: TComponent): boolean; override; |
returns whether re/storing of Components from parameter is supported by TGridsPropSave
|
|
function GetColumnKey(const Key: string; Idx: integer): string; |
returns key for column specified by Idx
|
Properties
|
property StoreMetrix: boolean read FStoreMetrix write FStoreMetrix default true; |
define whether columns width and rows height is re/stored
|
|
property StoreStrings: boolean read FStoreStrings write FStoreStrings default true; |
define whether entered text in cells is re/stored
|
|
property StoreRowColCount: boolean read FStoreRowColCount write FStoreRowColCount default true; |
define whether number of columns and rows is re/stored
|
Generated by PasDoc 0.15.0.
|