Topic Path: Symbol Reference > Classes > TFileCreateStream Class > TFileCreateStream Methods > Create Constructor
ContentsIndexHome
PreviousUpNext
TFileCreateStream.Create Constructor

Constructor for the object instance.

constructor Create(
    const AFile: String
);
Parameters 
Description 
AFile 
File name used to store stream output. 

Create is the constructor for the object instance. 

AFile contains the file path and/or name on the local file system to create for storing output written to the stream. 

Create calls the inherited constructor using the following file mode constant for the specified file name: 

 

Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
Post feedback to the Indy Docs Newsgroup.