Table of Contents

TTMSMCPPoint Class

Stores a 2D floating-point coordinate as a persistent X/Y pair with change notification.

API unit family: TMS.MCP.Types Inherits from: TPersistent

Syntax

TTMSMCPPoint = class(TPersistent)

Properties

Name Description
X Horizontal coordinate of the point.
Y Vertical coordinate of the point.

Events

Name Description
OnChange Fired when either coordinate changes.