"placeholderText"

This text is displayed grayed out until the user writes something in the text field.

Synopsis

shape.placeholderText(string text);

Parameters

Parameter Description
limit Upper limit of the value range.

Description

This text is displayed grayed out until the user writes something in the text field.

Example

In the following example "Default" is defined as placeholder text.

main()
{
  TEXT_EDIT1.placeholderText("Default");
}

Assignment

TextEdit