System.UnicodeString.FmtLoadStr

From RAD Studio API Documentation
Jump to: navigation, search

C++

static UnicodeString FmtLoadStr(int ident, const TVarRec *args,
                    int size);

Properties

Type Visibility Source Unit Parent
function public ustring.h System UnicodeString

Description

Formats the output using a resourced format string.

FmtLoadStr loads a string from a program's resource string table and uses that string, plus the args array, as a parameter to the Format function. Ident is the string resource ID of the desired format string.

See Also