System.WideStrUtils.LoadResWideString

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function LoadResWideString(ResStringRec: PResStringRec): WideString;

C++

extern DELPHI_PACKAGE System::WideString __fastcall LoadResWideString(System::PResStringRec ResStringRec);

Properties

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

Description

Loads a WideString resource.

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

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

See Also