TIB_EditEnh Object

Unit
IB_Controls

Declaration
TIB_EditEnh = class(TIB_CustomEditEnh)

Description
The published IBO-aware 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.