System.WideStrUtils.LoadWideStr

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function LoadWideStr(Ident: NativeUInt): WideString;

C++

extern DELPHI_PACKAGE System::WideString __fastcall LoadWideStr(NativeUInt Ident);

Propriétés

Type Visibilité  Source Unité  Parent
function public
System.WideStrUtils.pas
System.WideStrUtils.hpp
System.WideStrUtils System.WideStrUtils

Description

Charge une ressource WideString.

LoadWideStr charge la ressource WideString donnée par Ident à partir d'un module d'application ou d'une bibliothèque partagée. Si la ressource n'existe pas, LoadWideStr renvoie une chaîne vide.

L'inclusion des chaînes affichées dans les ressources de votre application facilite sa localisation sans vous obliger à modifier le code.

Voir aussi