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

Constructor for the object instance.

constructor Create(
    AOwner: TIdCommandHandler
); virtual;
Parameters 
Description 
AOwner 
Owner of the object instance. 

Create is the Constructor for the object instance. Create relies on the inherited Create method to initialize properties in the object instance. Create also initializes the object instances used in the Params, Reply, and Response properties.

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