Unit 'base64' Package
[Overview][Types][Classes][Procedures and functions][Index] [#fcl]

TBase64EncodingStream.Destroy

Remove a TBase64EncodingStream instance from memory.

Declaration

Source position: base64.pp line 39

public destructor TBase64EncodingStream.Destroy; override;

Description

Destroy flushes any remaining output and then removes the TBase64EncodingStream instance from memory by calling the inherited destructor.

Errors

An exception may be raised if the destination stream no longer exists or is closed.


Documentation generated on: Jul 24 2023