System.AnsiStringT.FmtLoadStr

From RAD Studio API Documentation
Revision as of 11:54, 20 January 2015 by AChaves (talk | contribs) (58215)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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