Table of Contents

TTMSFNCIPEdit Class

Edit control that accepts and validates network addresses in IPv4, IPv6, or MAC format.

API unit family: TMSFNCIPEdit Inherits from: TTMSFNCCustomIPEdit

Syntax

TTMSFNCIPEdit = class(TTMSFNCCustomIPEdit)

Properties

Name Description
IPAddress The current address value as a formatted string matching the selected address type. (inherited from TTMSFNCCustomIPEdit)
IPAddressFont Font used to render the separator characters between address fields. (inherited from TTMSFNCCustomIPEdit)
IPAddressType Address format displayed and validated by the control (IPv4, IPv6, or MAC). (inherited from TTMSFNCCustomIPEdit)
IPv4Address Gets or sets the current IPv4 address as a packed 32-bit unsigned integer. (inherited from TTMSFNCCustomIPEdit)
IPv6Address Gets or sets the current IPv6 address as a TTMSFNCIPv6Address record. (inherited from TTMSFNCCustomIPEdit)

Events

Name Description
OnChange Fires when any segment of the address value changes. (inherited from TTMSFNCCustomIPEdit)

Used by