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



TDataBuffer


Unit:SDL_sdlbase
Class:none
Declaration:TDataBuffer = array[1..MaxInt] of byte;

The type declaration TDataBuffer declares a universal buffer with MaxInt bytes.

Hint: Please do not create variables of TDataBuffer - this will create a memory structure of 2 GBytes, which will create an error on systems having less than 2 GBytes of virtual (or physical) memory. TDataBuffer has been defined to have a universal type cast for buffers of arbitrary (or even unknown) structure.




Last Update: 2023-Feb-06