Unit 'fpexprpars' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#fcl-base]

TFPConstExpression

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

Declaration

Source position: fpexprpars.pp line 465

type TFPConstExpression = class(TFPExprNode)

public

  constructor CreateString();

  constructor CreateInteger();

  constructor CreateDateTime();

  constructor CreateFloat();

  constructor CreateBoolean();

  constructor CreateCurrency();

  procedure Check; override;

  function NodeType; override;

  procedure GetNodeValue(); override;

  function AsString; override;

  property ConstValue: TFPExpressionResult; [r]

end;

Inheritance

TFPConstExpression

|

TFPExprNode

|

TObject


Documentation generated on: 2023-03-18