SymbolExists

function SymbolExists(
    ctx: SelectableRequired<TcHmi.Context<boolean>, 'success' | 'error'>,
    symbol: TcHmi.Symbol | null,
): void

Checks whether a specific symbol is present.

Parameter

Name

Type

Description

ctx

SelectableRequired<TcHmi.Context<boolean>, 'success' | 'error'>

Context object that provides context-specific data and functions.

symbol

TcHmi.Symbol, null

The symbol to be checked

Return value

Type

Description

-

-

SymbolExists 1:

Available from version 1.12