Delphi Tips…. string to stream
Manage a System.string as buffer to copy content of string into a generic TStream:
Stream.Write(Str[1], StrLen * SizeOf(Str[1]));
Digital Innovation Partner
Manage a System.string as buffer to copy content of string into a generic TStream:
Stream.Write(Str[1], StrLen * SizeOf(Str[1]));