RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
UnicodeString::cat_vprintf Method

Appends the result of given format string and its arguments to end of System::UnicodeString.

Pascal
function cat_vprintf(const format: wchar_t*; : va_list): Integer; cdecl;
C++
__cdecl int cat_vprintf(const wchar_t* format, va_list);

Use System::UnicodeString::cat_vprintf to append to the value of the System::UnicodeString object, given a standard C++ format specifier. Pass the values to any arguments in the format specifier as a variable argument list that was created using va_start.  

This method returns the number of characters appended to the System::UnicodeString object. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!