| 
 
Internet Direct (Indy) 
 | 
procedure OpenUDP(
    AHandle: TIdSocketHandle; 
    const AHost: string = ''; 
    const APort: Integer = 0; 
    const AIPVersion: TIdIPVersion = ID_DEFAULT_IP_VERSION
); override;| 
 
Parameters   | 
 
Description   | 
| 
 
AHandle   | 
 
Type is TIdSocketHandle.  | 
| 
 
AHost   | 
 
Type is string. Default value is ''.  | 
| 
 
APort   | 
 
Type is Integer. Default value is 0.  | 
| 
 
AIPVersion   | 
 
Type is TIdIPVersion. Default value is ID_DEFAULT_IP_VERSION.   | 
OpenUDP is a overridden method procedure
| 
 
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.  |