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

 

Condividi:

Iscriviti alla newsletter

Iscriviti alla nostra newsletter per ricevere offerte di sconto anticipate, aggiornamenti e informazioni sui nuovi prodotti.
Top