|
Internet Direct (Indy)
|
constructor Create(
ACreateSuspended: Boolean = True;
Data: String = '';
DataSize: integer = 0;
MainBinding: TIdSocketHandle = nil;
Binding: TIdSocketHandle = nil;
Server: TIdDNS_UDPServer = nil
); overload; reintroduce;|
Parameters |
Description |
|
ACreateSuspended |
Type is Boolean. Default value is True. |
|
Data |
Type is String. Default value is ''. |
|
DataSize |
Type is integer. Default value is 0. |
|
MainBinding |
Type is TIdSocketHandle. Default value is nil. |
|
Binding |
Type is TIdSocketHandle. Default value is nil. |
|
Server |
Type is TIdDNS_UDPServer. Default value is nil. |
Create is a reintroduced,overloaded constructor for the object instance.
Topic generated.
TIdDNS_ProcessThread.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. |