Class TSpecialFormatter

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TSpecialFormatter = class(TInterfacedObject, ISpecialFormatter)

Description

TSpecialFormatter implements ISpecialFormatter.

Hierarchy

Overview

Fields

Private FFormat: TRbwColumnFormat4;
Private FUsed: boolean;

Methods

Private procedure SetFormat(const Value: TRbwColumnFormat4);
Private function GetFormat: TRbwColumnFormat4;
Private function GetUsed: boolean;
Private procedure SetUsed(const Value: boolean);

Properties

Published property Format: TRbwColumnFormat4 read GetFormat write SetFormat;
Published property Used: boolean read GetUsed write SetUsed;

Description

Fields

Private FFormat: TRbwColumnFormat4;

FFormat is the field whose value is get and set in Format.

Private FUsed: boolean;

FUsed is the field whose value is get and set in Used.

Methods

Private procedure SetFormat(const Value: TRbwColumnFormat4);

See Format. .

See also
ISpecialFormatter.SetFormat
SetFormat sets the TRbwColumnFormat4 of a cell.
Private function GetFormat: TRbwColumnFormat4;

See Format. .

See also
ISpecialFormatter.GetFormat
GetFormat gets the TRbwColumnFormat4 of a cell.
Private function GetUsed: boolean;

See Used. .

See also
ISpecialFormatter.GetUsed
GetUsed gets whether a special format is used for a particular cell.
Private procedure SetUsed(const Value: boolean);

See Used. .

See also
ISpecialFormatter.SetUsed
SetUsed sets whether a special format is used for a particular cell.

Properties

Published property Format: TRbwColumnFormat4 read GetFormat write SetFormat;

Format is used to specify whether a special format is used for a particular cells .

See also
ISpecialFormatter.Format
Format is the TRbwColumnFormat4 of a cell.
Published property Used: boolean read GetUsed write SetUsed;

Used is used to specify whether a special format is used for a particular cells .

See also
ISpecialFormatter.Used
Used is used to specify whether a special format is used for a particular cell.

Generated by PasDoc 0.12.1 on 2013-05-13 15:41:58