Internet Direct (Indy) Version 9.0.1 Beta
TIdFTPServer.Create
Constructor for the object instance.

constructor Create(AOwner: TComponent); override;
Parameters
AOwner: TComponent
Owner of the object instance.

Description
Create is the constructor for the object instance, and calls the inherited Create method using the component specified in AOwner as the owner of the object instance.

Create assigns TIdFTPServerThread to the ThreadClass property used for creating new threaded client connections.

Create sets the default values for properties in the FTP server implementation, including:

Create also allocates resources required for properties in the object instance, including the following:

When the FTP Server component is not being used in the IDE, Create will populate CommandHandlers with the TIdCommandHandler instances and command reply event handlers used to implement the FTP commands.