Unit 'cyMathParser' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#pl_cindy]

TcyMathParser

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

Declaration

Source position: cyMathParser.pas line 176

type TcyMathParser = class(TComponent)

public

  Variables: TVariables;

  

  constructor Create(); override;

  

  destructor Destroy; override;

  

  function Parse;

  

  function GetLastError;

  

  function GetLastErrorString;

  

  function ValidVariableName();

  

  function GetOperationIndex();

  

  function GetOperationInfo();

  

  function RenameOperation();

  

  function AddCustomOperation();

  

  property Expression: string; [rw]

  

  property ParserResult: Extended; [r]

  

  property Operations []: TOperationInfo; [r]

  

  property OperationsCount: Integer; [r]

  

published

  property LognFirstArg: TLognFirstArg; [rw]

  

  property OnCustomOperationParse: TProcOnCustomOperationParse; [rw]

  

  property BeforeParse: TProcBeforeParse; [rw]

  

end;

Inheritance

TcyMathParser

  

|

TObject



CT Web help

CodeTyphon Studio