Table of Contents

TTMSFNCBloxXBlox.LinkBetweenBlocks Method

Creates a link connecting two blocks and adds it to the diagram.

API unit family: TMSFNCBloxCoreDiagram Declaring type: TTMSFNCBloxXBlox

Syntax

function LinkBetweenBlocks(ABlock1, ABlock2: TTMSFNCBloxBlock): TTMSFNCBloxLine;

Parameters

Name Description
ABlock1 The source block where the link starts.
ABlock2 The target block where the link ends.

Returns

The newly created link connecting the two blocks.