Skip to main content
A newer version of this page is available. .

TcxCustomTextEditProperties.EchoMode Property

Specifies the text display mode.

Declaration

property EchoMode: TcxEditEchoMode read; write; default eemNormal;

Property Value

Type Default Description
TcxEditEchoMode eemNormal

The active text display mode.

Remarks

The EchoMode property value only affects the appearance of displayed text and has no effect on the editor value. Refer to the TcxEditEchoMode type description for detailed information on available options.

Note

The EchoMode property affects both user input text and text inserted programmatically.

The EchoMode property’s default value is eemNormal.

See Also