Unit 'fprepexprpars' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#lz_fpreport]

TFPExprFunction

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

Declaration

Source position: fprepexprpars.pp line 623

type TFPExprFunction = class(TFPExprIdentifierNode)

protected

  procedure CalcParams;

  

  function ConvertArgument(); virtual;

  

public

  procedure Check; override;

  

  constructor CreateFunction(); virtual;

  

  destructor Destroy; override;

  

  procedure InitAggregate; override;

  

  procedure UpdateAggregate; override;

  

  function HasAggregate; override;

  

  property ArgumentNodes: TExprArgumentArray; [r]

  

  property ArgumentParams: TExprParameterArray; [r]

  

  function AsString; override;

  

end;

Inheritance

TFPExprFunction

  

|

TFPExprIdentifierNode

  

|

TFPExprNode

  

|

TObject



CT Web help

CodeTyphon Studio