API:System.AnsiStringT.FmtLoadStr

From RAD Studio API Documentation
Jump to: navigation, search

C++

static AnsiStringT FmtLoadStr(int ident, const TVarRec *args,
                                         int size) {

Properties

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

Description

Formats output, using a resourced format string.

System.AnsiStringT.FmtLoadStr inherits from System.AnsiStringBase.FmtLoadStr. All content below this line refers to System.AnsiStringBase.FmtLoadStr.

Formats 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 Format. Ident is the string resource ID of the desired format string.

See Also