RAD Studio VCL Reference
|
Loads a WideString resource.
function LoadWideStr(Ident: Integer): WideString;
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!
|