TECLBaseStream.Create
TECLBaseStream
Creates an instance of TECLBaseStream.
constructor Create(Stream: TStream);
Description
Call Create to instantiate a stream that indicates is there any modifications occurred and has some advanced methods and events.
TECLBaseStream is not intended to be used in applications. Instead, applications instantiate its descendants such as TECLFileStream, TECLMemoryStream, or TECLStream.
|