Class TGridsPropSave

Unit

Declaration

type TGridsPropSave = class(TCustomPropSave)

Description

provides re/storing properties of TStringGrid components

Hierarchy

Overview

Methods

Public function CanSave(Comp: TComponent): boolean; override;
Public function GetColumnKey(const Key: string; Idx: integer): string;

Properties

Published property StoreMetrix: boolean read FStoreMetrix write FStoreMetrix default true;
Published property StoreStrings: boolean read FStoreStrings write FStoreStrings default true;
Published property StoreRowColCount: boolean read FStoreRowColCount write FStoreRowColCount default true;

Description

Methods

Public function CanSave(Comp: TComponent): boolean; override;

returns whether re/storing of Components from parameter is supported by TGridsPropSave

Public function GetColumnKey(const Key: string; Idx: integer): string;

returns key for column specified by Idx

Properties

Published property StoreMetrix: boolean read FStoreMetrix write FStoreMetrix default true;

define whether columns width and rows height is re/stored

Published property StoreStrings: boolean read FStoreStrings write FStoreStrings default true;

define whether entered text in cells is re/stored

Published 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.