RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
UnicodeString::vprintf Method

Sets value of System::UnicodeString given format string and its arguments.

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

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

This method returns the length in characters of the final formatted string. 

 

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