The SDL Component Suite is an industry leading collection of components supporting scientific and engineering computing. Please visit the SDL Web site for more information....



StreamAsString


Unit:SDL_streams
Class:none
Declaration:function StreamAsString (AStream: TStream): string;

The function StreamAsString converts the contents of the stream AStream between the current stream position and the end of the stream into a dynamic string. The bytes in the stream are interpreted as 16-bit Unicode characters.


Last Update: 2023-Feb-06