System.AnsiStringBase.FmtLoadStr

From RAD Studio API Documentation
Jump to: navigation, search

C++

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

Properties

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

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