Table of Contents

TTMSFNCBloxXBlox.FindElement Method

Finds the element with the given identifier.

API unit family: TMSFNCBloxCoreDiagram Declaring type: TTMSFNCBloxXBlox

Syntax

function FindElement(const AId: string): TTMSFNCBloxElement;

Parameters

Name Description
AId The unique identifier of the element to locate.

Returns

The matching element, or nil when no element with the given identifier exists.