[Overview][Classes] |
Remove a TBase64EncodingStreaminstannce from memory
Source position: base64.pp line 36
public destructor TBase64EncodingStream.Destroy; override; |
Destroyflushes any remaining output and then removes the TBase64EncodingStreaminstance from memory by calling the inherited destructor.
An exception may be raised if the destination stream no longer exists or is closed.
|
Create a new instance of the TBase64EncodingStreamclass. |