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.

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