[Overview][Constants][Classes] Reference for unit 'bufstream' (#fcl)

TBufStream.Destroy

Destroys the TBufStreaminstance

Declaration

Source position: bufstream.pp line 47

public destructor TBufStream.Destroy; override;

Description

Destroydestroys the instance of TBufStream. It flushes the buffer, deallocates it, and then destroys the TBufStreaminstance.

See also

TBufStream.Create

  

Create a new TBufStreaminstance.

TReadBufStream

  

Read-only buffered stream.

TWriteBufStream

  

Write-only buffered stream.