Class TCasScriptFloat
Unit
Declaration
type TCasScriptFloat = class(TCasScriptValue)
Description
This item has no description.
Hierarchy
- TObject
- TCasScriptExpression
- TCasScriptValue
- TCasScriptFloat
Overview
Methods
constructor Create(const AWriteable: boolean; const AValue: Float); reintroduce; overload; |
|
constructor Create(const AWriteable: boolean); reintroduce; overload; override; |
|
procedure AssignValue(Source: TCasScriptValue); override; |
Properties
property Value: Float read FValue write SetValue; |
Description
Methods
constructor Create(const AWriteable: boolean; const AValue: Float); reintroduce; overload; |
|
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. |
constructor Create(const AWriteable: boolean); reintroduce; overload; override; |
|
This item has no description. |
procedure AssignValue(Source: TCasScriptValue); override; |
|
This item has no description. Showing description inherited from TCasScriptValue.AssignValue. Assign value from Source to Self. |
Properties
property Value: Float read FValue write SetValue; |
|
This item has no description. |
Generated by PasDoc 0.16.0-snapshot.