Class TCasScriptFloat

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TCasScriptFloat = class(TCasScriptValue)

Description

no description available, TCasScriptValue description follows
no description available, TCasScriptExpression description follows

Hierarchy

Overview

Methods

Public constructor Create(const AWriteable: boolean; const AValue: Float);
Public constructor Create(const AWriteable: boolean); override;
Public procedure AssignValue(Source: TCasScriptValue); override;

Properties

Public property Value: Float read FValue write SetValue;

Description

Methods

Public constructor Create(const AWriteable: boolean; const AValue: Float);

Comfortable constructor to set initial Value. Note that the inherited constructor (without AValue parameter) is also fine to use, it will set value to zero.

Public constructor Create(const AWriteable: boolean); override;
 
Public procedure AssignValue(Source: TCasScriptValue); override;
 

Properties

Public property Value: Float read FValue write SetValue;
 

Generated by PasDoc 0.12.1 on 2013-02-04 20:26:52