TcxEditEchoMode Enum
Enumerates text display modes available in text-based editors.
#Declaration
TcxEditEchoMode = (
eemNormal,
eemPassword
);
#Members
Name | Description |
---|---|
eem
|
The editor displays characters as is. |
eem
|
The password input mode is active. The text-based editor displays password characters instead of user input. You can set the Show In this mode, you can use the Password |
#Remarks
A text-based editor’s Properties.EchoMode and ActiveProperties.EchoMode properties reference the TcxEditEchoMode
type.