System.Classes.TBinaryWriter.Close
Delphi
procedure Close; virtual;
C++
virtual void __fastcall Close();
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
public | System.Classes.pas System.Classes.hpp |
System.Classes | TBinaryWriter |
Description
Closes the TBinaryWriter stream. Use Close to close the TBinaryWriter owned stream. If the stream is not owned by TBinaryWriter, then the stream from which TBinaryWriter reads will not be closed.