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

TZRElementLibrary

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

Declaration

Source position: zreval.pas line 20

type TZRElementLibrary = class(TObject)

protected

  function GetCount; virtual; abstract;

  

  function GetItem(); virtual; abstract;

  

  function Check(); virtual;

  

  function Calculate(); virtual; abstract;

  

  property Owner: TZRElementCollection; [r]

  

public

  constructor Create(); virtual;

  

  function IndexOf(); virtual;

  

  function GetValue();

  

  procedure SetValue(); virtual; abstract;

  

  property Count: Integer; [r]

  

  property Items []: string; default; [r]

  

  property Description: string; [rw]

  

  property Name: string; [rw]

  

  property Vendor: string; [rw]

  

end;

Inheritance

TZRElementLibrary

  

|

TObject



CT Web help

CodeTyphon Studio