Class: TEvalCollectionItem

TCollectionItem ----+
               |
      TEvalCollectionItem

Description:

Unit:
UCWReport (UCWReport.pas)

Constructors:

constructor Create(Collection: TCollection); override;

Propertys:

property Evaluator: TCWEvaluator read FEvaluator;
property Expression: String read FExpression write SetExpression;
property Control: TControl read FControl write SetControl;
property Aggreg: Boolean read FAggreg write SetAggreg;

Methods:

destructor Destroy; override;
procedure Prepare;
procedure UnPrepare;
function GetValue: String;

constructor Create(Collection: TCollection); override;


property Evaluator: TCWEvaluator read FEvaluator;


property Expression: String read FExpression write SetExpression;


property Control: TControl read FControl write SetControl;


property Aggreg: Boolean read FAggreg write SetAggreg;


destructor Destroy; override;


procedure Prepare;


procedure UnPrepare;


function GetValue: String;