Anton Shchyrov created THRIFT-4467:
--------------------------------------
Summary: Add methods WriteFmt/WriteLineFmt to TThriftConsole class
Key: THRIFT-4467
URL: https://issues.apache.org/jira/browse/THRIFT-4467
Project: Thrift
Issue Type: Improvement
Components: Delphi - Library
Affects Versions: 0.11.0
Reporter: Anton Shchyrov
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;}}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)