Table of Contents

TTMSFNCBloxElement.SelectNextCell Method

Returns the next or previous editable text cell, starting from the given cell.

API unit family: TMSFNCBloxCoreElement Declaring type: TTMSFNCBloxElement

Syntax

function SelectNextCell(ACell: TTMSFNCBloxTextCell; AForward: boolean): TTMSFNCBloxTextCell;

Parameters

Name Description
ACell Cell to start searching from.
AForward True to move to the next cell; False to move to the previous cell.

Returns

The next or previous visible, editable text cell, or nil when none is available.