Internet Direct (Indy) Version 9.0.1 Beta
Content
|
Index
|
Reference
TIdUDPBase.Create
TIdUDPBase
,
See Also
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 relies on the inherited Create method to initialize object properties. Create sets the default value for
BufferSize
to 8192, and
ReceiveTimeout
to
IdTimeoutInfinite
.