Class TCasScriptString

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TCasScriptString = 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: string);
Public constructor Create(const AWriteable: boolean); override;
Public procedure AssignValue(Source: TCasScriptValue); override;

Properties

Public property Value: string read FValue write SetValue;

Description

Methods

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

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

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

Properties

Public property Value: string read FValue write SetValue;
 

Generated by PasDoc 0.13.0 on 2013-08-17 21:27:13