Class TShowFloatLimit

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TShowFloatLimit = class(TPersistent)

Description

Hierarchy

Overview

Fields

Private FEndLimit: double;
Private FUseLimit: boolean;
Private FStartLimit: double;

Methods

Private procedure SetEndLimit(const Value: double);
Private procedure SetStartLimit(const Value: double);
Private procedure SetUseLimit(const Value: boolean);
Public procedure Assign(Source: TPersistent); override;

Properties

Published property UseLimit: boolean read FUseLimit write SetUseLimit;
Published property StartLimit: double read FStartLimit write SetStartLimit;
Published property EndLimit: double read FEndLimit write SetEndLimit;

Description

Fields

Private FEndLimit: double;
 
Private FUseLimit: boolean;
 
Private FStartLimit: double;
 

Methods

Private procedure SetEndLimit(const Value: double);
 
Private procedure SetStartLimit(const Value: double);
 
Private procedure SetUseLimit(const Value: boolean);
 
Public procedure Assign(Source: TPersistent); override;
 

Properties

Published property UseLimit: boolean read FUseLimit write SetUseLimit;
 
Published property StartLimit: double read FStartLimit write SetStartLimit;
 
Published property EndLimit: double read FEndLimit write SetEndLimit;
 

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