Table of Contents

TTMSFNCPoint Class

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

API unit family: TMSFNCTypes Inherits from: TPersistent

Syntax

TTMSFNCPoint = 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.