Internet Direct (Indy)
|
constructor Create( AMsg: string ); virtual; overload;
Parameters |
Description |
AMsg |
Error message for the exception. |
Create is an overloaded constructor for the object instance.
Create calls the inherited Create method using the value in AMsg as an argument. Create is declared as a virtual method to allow descendant classes to easily re-implement the constructor.
Create
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. |