Unit 'ZREval' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#pl_zreport]

TZREvaluator

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: zreval.pas line 101

type TZREvaluator = class(TComponent)

protected

  procedure SetExpression(); virtual;

  

  function GetValue; virtual;

  

public

  constructor Create(); override;

  

  destructor Destroy; override;

  

  function Parse; virtual;

  

  property Collection: TZRElementCollection; [rw]

  

  property Expression: string; [rw]

  

  property AsString: string; [r]

  

  property Value: Variant; [r]

  

end;

Inheritance

TZREvaluator

  

|

TObject



CT Web help

CodeTyphon Studio