Class TRulerValues

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TRulerValues = class(TPersistent)

Description

See TRbwRuler.RulerValues.

Hierarchy

Overview

Fields

Private FHigh: double;
Private FLow: double;
Private FOwner: TRulerPainter;

Methods

Private procedure SetHigh(const Value: double);
Private procedure SetLow(const Value: double);
Public procedure Assign(Source: TPersistent); override;
Public constructor Create(Owner: TRulerPainter);

Properties

Published property Lower: double read FLow write SetLow;
Published property Upper: double read FHigh write SetHigh;

Description

Fields

Private FHigh: double;

See Upper.

Private FLow: double;

See Lower.

Private FOwner: TRulerPainter;

FOwner is the TRulerPainter that owns and uses the TRulerValues.

Methods

Private procedure SetHigh(const Value: double);

See Upper.

Private procedure SetLow(const Value: double);

See Lower.

Public procedure Assign(Source: TPersistent); override;

If Source is a TRulerValues, Assign copies its values of Lower and Upper.

Public constructor Create(Owner: TRulerPainter);

Create creates an instance of TRulerValues.

Properties

Published property Lower: double read FLow write SetLow;

Lower represents the value at the lower end of the ruler.

Published property Upper: double read FHigh write SetHigh;

Upper represents the value at the upper end of the ruler.


Generated by PasDoc 0.12.1 on 2013-05-13 15:42:00