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

TFPExpressionResult

Declaration

Source position: fpexprpars.pp line 91

type TFPExpressionResult = record

  ResString: string;

  case ResultType: TResultType of

    rtBoolean: (

        ResBoolean: Boolean;

      );

    rtInteger: (

        ResInteger: Int64;

      );

    rtFloat: (

        ResFloat: TExprFloat;

      );

    rtCurrency: (

        ResCurrency: Currency;

      );

    rtDateTime: (

        ResDateTime: TDatetime;

      );

    rtString: (

      );

end;


Documentation generated on: 2023-03-18