| TEditEnh Object
Properties |
Unit
CustomEditEnh
Declaration
TEditEnh = class(TCustomEditEnh)
Description
The published variation of TCustomEditEnh. Provides
support for enhanced mask processing (see TMaskEnh) and embedded buttons
amongst other things.
IMPORTANT: To have the control operate with PasswordChar you MUST specify
a mask. The simplest option is to choose a mask-mode of eemEditEnh and a
mask value of "cccccccccc;0;_" (where you specify as many "c" character
positions as required/permitted for the password.
| Introduced Public Properties |