System.AnsiStringT.WideCharBufSize

From RAD Studio API Documentation
Jump to: navigation, search

C++

int  WideCharBufSize() const {

Properties

Type Visibility Source Unit Parent
function public dstring.h System AnsiStringT

Description

Returns the size of the buffer required by the WideChar function.

WideCharBufSize returns an integer value indicating the size of the buffer required by the WideChar method to convert this string.

See Also