"text"

Title text of a frame.

Synopsis

setValue(string shape, "text", langString text);

getValue(string shape, "text", langString &text);

shape.text(langString text);

Parameters

Parameter Description
shape Name of the object
contents Title of the frame.

Description

Title of a frame.

To add an "&" character to the frame title the notation "&&" must be used. A single "&" will add an underline to the following character.

Example

main()
{
  FRAME1.text("WinCC OA");
}
Abbildung 1. Frame With a Title

Assignment

Frame