Class TCasScriptString
Unit
Declaration
type TCasScriptString = class(TCasScriptValue)
Description
This item has no description.
Hierarchy
- TObject
 - TCasScriptExpression
 - TCasScriptValue
 - TCasScriptString
 
Overview
Methods
![]()  | 
constructor Create(const AWriteable: boolean; const AValue: String); reintroduce; overload; | 
![]()  | 
constructor Create(const AWriteable: boolean); reintroduce; overload; override; | 
![]()  | 
procedure AssignValue(Source: TCasScriptValue); override; | 
Properties
![]()  | 
property Value: String read FValue write SetValue; | 
Description
Methods
![]()  | 
constructor Create(const AWriteable: boolean; const AValue: String); 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 ''.  | |
![]()  | 
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: String read FValue write SetValue; | 
| 
 This item has no description.  | |
Generated by PasDoc 0.16.0-snapshot.
