Table of Contents

TTMSFNCBloxBaseLine.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: TTMSFNCBloxBaseLine Inherited from: TTMSFNCBloxLine

Syntax

procedure TextCellDestroyed(ACell: TTMSFNCBloxTextCell); override;

Parameters

Name Description
ACell The text cell that was destroyed.