Observação
O acesso a essa página exige autorização. Você pode tentar entrar ou alterar diretórios.
O acesso a essa página exige autorização. Você pode tentar alterar os diretórios.
Version: Available or changed with runtime version 15.0.
Returns a value indicating whether a specified substring occurs within this string.
Syntax
Ok := Label.Contains(Value: Text)
Parameters
Label
Type: Label
An instance of the Label data type.
Value
Type: Text
The string to seek.
Return Value
Ok
Type: Boolean
true if the specified substring occurs in the specified string, otherwise false.
Related information
Label data type
Getting started with AL
Developing extensions