System.AnsiStringBase.FmtLoadStr : Différence entre versions
(Scoping Libraries) |
(February 06, 2015 Translation Package. LOC-17347) |
||
| Ligne 1 : | Ligne 1 : | ||
{{#lst:API:System.AnsiStringBase.FmtLoadStr|api}} | {{#lst:API:System.AnsiStringBase.FmtLoadStr|api}} | ||
| − | + | ||
==Description== | ==Description== | ||
| + | |||
{{#ifeq: {{PAGENAME}} | System.AnsiStringBase.FmtLoadStr | |{{InheritsFrom|System.AnsiStringBase.FmtLoadStr}}}} | {{#ifeq: {{PAGENAME}} | System.AnsiStringBase.FmtLoadStr | |{{InheritsFrom|System.AnsiStringBase.FmtLoadStr}}}} | ||
| − | <section begin=short />Formate la sortie en utilisant une chaîne format de ressource.<section end=short /> | + | <section begin="short" />Formate la sortie en utilisant une chaîne format de ressource.<section end="short" /> |
| − | [[System.AnsiStringBase.FmtLoadStr|FmtLoadStr]] charge une chaîne à partir de la table des | + | [[System.AnsiStringBase.FmtLoadStr|FmtLoadStr]] charge une chaîne à partir de la table des chaînes d'un programme et utilise cette chaîne, plus le tableau args, comme paramètre pour Format. Ident est l'identifiant de la ressource chaîne de la chaîne de format voulue. |
===Voir aussi=== | ===Voir aussi=== | ||
| − | * [[System.AnsiStringBase. | + | * [[System.AnsiStringBase.LoadStringW|System.AnsiStringBase.LoadStringW]] |
| − | + | * [[System.AnsiStringBase.LoadStr|System.AnsiStringBase.LoadStr]] | |
| − | * [[System.AnsiStringBase.LoadStr|LoadStr]] | ||
| − | |||
[[Category:Documentation API]] | [[Category:Documentation API]] | ||
| − | |||
Version du 10 février 2015 à 15:29
C++
static AnsiStringBase FmtLoadStr(int ident, const TVarRec *args,
int size, int codePage);
Propriétés
| Type | Visibilité | Source | Unité | Parent |
|---|---|---|---|---|
| function | public | dstring.h | System | AnsiStringBase |
Description
Formate la sortie en utilisant une chaîne format de ressource.
FmtLoadStr charge une chaîne à partir de la table des chaînes d'un programme et utilise cette chaîne, plus le tableau args, comme paramètre pour Format. Ident est l'identifiant de la ressource chaîne de la chaîne de format voulue.