RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
AnsiString::cat_printf Method

Appends to the value of the System::AnsiString::AnsiString given a format string and its arguments.

Pascal
function cat_printf(const format: char*; : ...): Integer; cdecl;
C++
__cdecl int cat_printf(const char* format, ...);

Use cat_System::AnsiString::cat_printf to modify the value of the System::AnsiString::AnsiString by appending the result of using a standard C++ format specifier. Pass the values to any arguments in the format specifier as additional parameters following the format parameter. This method returns the number of bytes appended to the System::AnsiString::AnsiString

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!