Table of Contents

TMS FNC IP Edit User Guide

TTMSFNCIPEdit is a segmented address-entry control that handles IPv4, IPv6, and MAC address formats. Each segment is edited independently; the control validates the entry, exposes the complete address as a single string, and fires a change event whenever the user modifies any segment.

Topics

Topic Use when
Address entry and validation You need segmented entry for IPv4, IPv6, or MAC values and want to react when the address changes.

Key properties

Property Purpose
Address Read or set the complete address string (e.g. "192.168.1.1").
AddressMode Entry format: amIPv4, amIPv6, or amMAC.
IsValid Returns True when the current entry is a complete, valid address.
Separator The delimiter character between segments (defaults to . for IP, : for MAC).
OnAddressChanged Fires whenever any segment is modified.

See also