Reads string from mapped image of .map-file.
Unit
Syntax
ParametersAMapString A pointer to the beginning of the string to read.
RemarksIf AMapString starts with '(' - read string between '()', return data inside '()'.If AMapString starts with any other character: read string until EOL. This method behaves differently on different Delphi versions: ANSI version of this method returns UTF-8 encoded string.Unicode version of this method returns UTF-16 encoded string. Use TELAbstractMapParser.DecodeIdentDecodeIdent to get readable string.
Examples
See also
|