March 2000
Intermediate to advanced
576 pages
18h 13m
English
TResStringRec Type
type
TResStringRec = packed record
Module: ^LongInt; // resource module
Identifier: Integer; // string table resource identifier
end;Delphi compiles a resourcestring declaration into
a TResStringRec record and a call to
LoadResString. The Module
points to the handle of the resource module that contains the string
table resource, and the Identifier is the resource
identifier for the string resource. The linker automatically assigns
a unique identifier to each
resourcestring.
| LoadResString Function, PResStringRec Type, ResourceString Keyword |
Read now
Unlock full access