Word values for an IPv4 internet address.
TIdSunW = packed record s_w1: word; s_w2: word; end;
Members |
Description |
s_w1 |
s_w1 is a Public word property. Write access for the property is implemented using FS_w1. |
s_w2 |
s_w2 is a Public word property. Write access for the property is implemented using FS_w2. |
TIdSunW is packed record type that represents the two Word values for an IPv4 internet address.
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. |