March 2000
Intermediate to advanced
576 pages
18h 13m
English
LoadResString Function
function LoadResString(Rec: PResStringRec): string;
The LoadResString function loads a string
resource. When you declare a string with the
resourcestring keyword, Delphi automatically
creates a string table resource and assigns a unique identifier to
the string. The compiler generates code to call
LoadResString to look up the string, given the
resource
identifier.
LoadResString is a real function.
Delphi handles the string resource automatically, so you have no
reason to call this function. If you must, you can pass the address
of a resourcestring identifier as the argument.
| LoadResourceModule Function, PResStringRec Type, ResourceString Keyword, TResStringRec Type |
Read now
Unlock full access