Uploaded image for project: 'Thrift'
  1. Thrift
  2. THRIFT-4473 Move Thrift.Console.pas out of the Library
  3. THRIFT-4467

Add methods WriteFmt/WriteLineFmt to TThriftConsole class

    XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Closed
    • Minor
    • Resolution: Not A Problem
    • 0.11.0
    • 0.12.0
    • Delphi - Library

    Description

      For ease of use, add methods

       

      procedure TThriftConsole.WriteFmt(const AFmt: string;
        const AArgs: array of const);
      begin
        Write(Format(AFmt, AArgs));
      end;
      procedure TThriftConsole.WriteLineFmt(const AFmt: string;
        const AArgs: array of const);
      begin
        WriteLine(Format(AFmt, AArgs));
      end;
      

       

       

      Attachments

        Activity

          People

            jensg Jens Geyer
            AntonTramp Anton Shchyrov
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: