RAD Studio VCL Reference
|
Creates a filer object.
constructor Create(Stream: TStream; BufSize: Integer);
Call Create to instantiate a filer descendant at runtime, if necessary. It is seldom necessary to directly create a filer object because the methods and routines that use them automatically create filers.
Create allocates memory for a filer object, and associates it with the stream passed in the Stream parameter, with a buffer of size BufSize.
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|