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



LoadBack


Unit:SDL_dstruct
Class:TFifo
Declaration:function LoadBack (InByte: Byte): boolean;

The method LoadBack re-enters a byte at the output end of a FIFO (the FIFO is treated as a LIFO, or stack). The function returns a TRUE value if the byte in parameter InByte has been stored successfully.

Hint: The methods LoadBack and GetByte can be used to manage a stack structure using the TFifo class.


Last Update: 2023-Feb-06