Unit 'fpsmath' Package
[Overview][Types][Classes][Procedures and functions][Index] [#pl_fpspreadsheet]

TsArgument

Declaration

Source position: fpsmath.pas line 13

type TsArgument = record

  IsMissing: Boolean;

  

  case ArgumentType: TsArgumentType of

    atNumber: (

        NumberValue: Double;

  

      );

    atString: (

        StringValue: string;

  

      );

    atBool: (

        BoolValue: Boolean;

  

      );

    atError: (

        ErrorValue: TsErrorValue;

  

      );

end;



CT Web help

CodeTyphon Studio