Class TframeRulerOptions

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TframeRulerOptions = class(TFrame)

Description

TframeRulerOptions is used to edit the display format of a TRbwRuler.

Hierarchy

Overview

Fields

Implicit Label1: TLabel;
Implicit Label3: TLabel;
Implicit Label4: TLabel;
Implicit lblPreview: TLabel;
Implicit rdePreviewNumber: TRbwDataEntry;
Implicit sePrecision: TSpinEdit;
Private FRuler: TRbwRuler;

Methods

Implicit procedure sePrecisionChanged(Sender: TObject; NewValue: Integer);
Implicit procedure rdePreviewNumberChange(Sender: TObject);
Private procedure SetPreview;
Public procedure GetData(const Ruler: TRbwRuler);
Public procedure SetData;

Description

Fields

Implicit Label1: TLabel;

Label1: TLabel;

Implicit Label3: TLabel;

Label3: TLabel;

Implicit Label4: TLabel;

Label4: TLabel;

Implicit lblPreview: TLabel;

lblPreview: TLabel; lblPreview is used to give a preview of what the numbers on the TRbwRuler will look like.

Implicit rdePreviewNumber: TRbwDataEntry;

rdePreviewNumber: TRbwDataEntry; rdePreviewNumber is used to allow the user to enter the number that will be shown in lblPreview. See rdePreviewNumberChange.

Implicit sePrecision: TSpinEdit;

sePrecision: TSpinEdit; sePrecision specifies the number of significant digits that will be displayed. See sePrecisionChanged.

Private FRuler: TRbwRuler;

FRuler: TRbwRuler; FRuler is the TRbwRuler that is being edited.

Methods

Implicit procedure sePrecisionChanged(Sender: TObject; NewValue: Integer);

sePrecisionChanged causes the preview number in lblPreview to be updated.

Implicit procedure rdePreviewNumberChange(Sender: TObject);

rdePreviewNumberChange causes the preview number in lblPreview to be updated.

Private procedure SetPreview;

SetPreview causes the preview number in lblPreview to be updated.

Public procedure GetData(const Ruler: TRbwRuler);

GetData copies the data from Ruler to the controls in TframeRulerOptions.

Public procedure SetData;

SetData copies the data from the controls in TframeRulerOptions to the TRbwRuler that is being edited.


Generated by PasDoc 0.10.0 on 2006-10-31 09:56:33