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....



WriteInteger


Unit: SDL_streams
Class: TMixedFStream
Declaration: procedure WriteInteger (aNum: integer);

The procedure WriteInteger stores the integer number aNum at the current position of the stream. If the property Position is at the end of the stream the string will be appended, otherwise the string will overwrite existing bytes of the stream.



Last Update: 2023-Dec-13