Filtri Menu 0 0.00

Delphi Tips…. string to stream

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]));

 

Share:

Subscribe to newsletter

Subscribe to our newsletter to receive early discount offers, updates and new products info.
Top