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

Constructor for the object instance.

constructor Create(
    ACollection: TIdCollection
); override;
Parameters 
Description 
ACollection 
Collection that owns the command handler. 

Create is the constructor for the object instance, and calls the inherited Create method to initialize property values. Create initializes the object instances used in the ReplyNormal and Response properties, and sets the following properties to their default values: 

 

Property 
Value 
' ' (Decimal 32) 
Name 
Concatenated value of ClassName and ID 
' ' (Decimal 32) 
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
Post feedback to the Indy Docs Newsgroup.