Table of Contents

TTMSFNCBloxCalcHandlesAction Enumeration

Identifies the action that triggered a recalculation of a line's handles.

API unit family: TMSFNCBloxCoreLine

Remarks

Supplied in the Action field of TTMSFNCBloxCalcHandlesInfo so handle-calculation logic can adapt to how the change originated.

Members

Name Description
chNone No specific action; a plain recalculation is requested.
chInsert The line is being inserted.
chMove The whole line is being moved.
chHandleMove A single handle of the line is being moved.
chAnchorChanged An anchor the line is connected to has changed.