[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Deprecated. Writes an hex value into the output stream.
Source position: lresources.pp line 392
public procedure TUTF8Parser.HexToBinary( |
Stream: TStream |
); |
Stream |
|
The output stream. |
The hex digits must occur in pairs, for every byte.
The binary bytes are written in input order (highest first).
EParserError on unpaired hex digits.
Deprecated in LCL version 3.0. Use Classes.TParser instead.
Version 4.0 | Generated 2025-05-03 | Home |