Internet Direct (Indy) Version 9.0.1 Beta
Example 1
  // get the next IP address
  Inc(AIpStruct.FullAddr);
  AString := Format('%d.%d.%d.%d',
    [ AIpStruct.Byte1,
      AIpStruct.Byte2,
      AIpStruct.Byte3,
      AIpStruct.Byte4 ]);