System.WideStrUtils.LoadWideStr

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function LoadWideStr(Ident: NativeUInt): WideString;

C++

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

Properties

Type Visibility Source Unit Parent
function public
System.WideStrUtils.pas
System.WideStrUtils.hpp
System.WideStrUtils System.WideStrUtils

Description

Loads a WideString resource.

LoadWideStr loads the WideString resource given by Ident from an application module or shared library. If the resource does not exist, LoadWideStr returns an empty string.

Moving display strings into string resources makes an application easier to localize without rewriting the program.

See Also