Applies to

Edit line, edit box, edit table

Description

If the specified control has a CHAR event, this property allows you to turn the echo of user keystrokes on or off.

Usage

status = Get_Property (objectname, "ECHO")

status = Set_Property (objectname, "ECHO", state)

Remarks

Boolean value. True, if user keystrokes are echoed.

  • No labels