RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
WideString::vprintf Method

Sets the value of the System::WideString given a 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::WideString::vprintf to set to the value of the System::WideString 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 length of the final formatted string. 

 

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