DialogAddLabel Function

Help Contents

Introduction

Adds a text label to the current dialog definition.

Syntax

Informal Syntax:

DialogAddLabel( Label )

Formal Syntax:

DialogAddLabel( Label:=Expression )

Parameters

ParameterTypeDescription
Label ANY_STRING The text of the label.

Return Value

None.

Examples

  1. Add the text label "Please check the values you enter before pressing OK:" to the current dialog definition:
    DialogAddLabel( "Please check the values you enter before pressing OK" );

Further Information

Operator Actions

To learn where you can use this function.

Glossary

For the meaning of terms used in Fernhill SCADA.