RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
WideStrUtils.LoadWideStr Function

Loads a WideString resource.

Pascal
function LoadWideStr(Ident: Integer): WideString;
C++
BSTR LoadWideStr(int Ident);

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. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!