Internet Direct (Indy)
Home
PreviousUpNext
TFileCreateStream.Create Constructor

Constructor for the object instance.

Pascal
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: 

 

Internet Direct (Indy) version 10.1.5
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
Website http://www.indyproject.org.
Post feedback to the Indy Documentation newsgroup.