TMemoryIn Events


OnBufferDone : TOnBufferDone;

TOnBufferDone = procedure(Sender : TComponent) of object;

This event is invoked each time the MemoryIn component completes processing data in the DataBuffer. In the event handler you fill the buffer with the new portion of data and set the appropriate value to DataSize. If you set the BufferSize to zero, the end of data condition is generated in the data processing chain.


TMemoryIn ACS Classes Home


Copyright © 2002 Andrei Borovsky. All rights reserved.