Class TWPEvalType
Hierarchy
System.TObject | TWPEvalType
Subclasses
Properties
Property BoolValue : Boolean
Property DateValue : TDateTime
Property Engine : TWPCustomEvalEngine
Property FloatValue : Double
Property IntValue : Integer
Property Name : string
Property Negative : Boolean
Property ParentObject : TObject
Property StringValue : string
Methods
Procedure Assign(Source:TWPEvalType)
Create(GrandParent:TWPEvalFunction)
Procedure Error(s:string; x:Integer; pos:Integer; aName:string)
Function GetBoolValue : Boolean
Function GetDateValue : TDateTime
Function GetFloatValue : Double
Function GetIntValue : Integer
Function GetLastType : TWPEvalVarType
Function GetStringValue : string
Procedure Modify(ResultVar:TWPEvalType; Right:TWPEvalType; op:TWPEvalOpCode)
Function Parent : TWPEvalFunction
Procedure SetBoolValue(x:Boolean)
Procedure SetDateValue(x:TDateTime)
Procedure SetFloatValue(x:Double)
Procedure SetIntValue(x:Integer)
Procedure SetLastType(x:TWPEvalVarType)
Procedure SetStringValue(x:string)