Table of Contents

TTMSFNCBloxArc.TextCellDestroyed Method

Notifies the line that one of its text cells has been destroyed so it can clear the matching internal reference.

API unit family: TMSFNCBloxCoreLine Declaring type: TTMSFNCBloxArc Inherited from: TTMSFNCBloxLine

Syntax

procedure TextCellDestroyed(ACell: TTMSFNCBloxTextCell); override;

Parameters

Name Description
ACell The text cell that was destroyed.