TTMSFNCBloxXBlox.AreBlocksLinked Method
Indicates whether two blocks are directly connected by a link.
API unit family: TMSFNCBloxCoreDiagram
Declaring type: TTMSFNCBloxXBlox
Syntax
function AreBlocksLinked(ABlock1, ABlock2: TTMSFNCBloxBlock): boolean;
Parameters
| Name | Description |
|---|---|
ABlock1 |
The first block to test. |
ABlock2 |
The second block to test. |
Returns
True when a link connects the two blocks in either direction; otherwise False.