ComponentOne True DBInput Pro 8.0
EditModeChange Event (TDBText)

 

Reference> TDBText Control> TDBText Control Events> EditModeChange Event (TDBText)

EditModeChange Event (TDBText)

The EditModeChange event occurs when using the Insert key to toggle between the insert and the overwrite mode, or when the current mode is changed at run time using the EditMode property.

Syntax

control_EditModeChange ( )

Arguments

None

Remarks

When the EditMode property is set to 2-Insert mode permanent, or 3- Overwrite mode permanent, this event will not be fired although pressing the Insert key.

The IME mode will be completely disabled when the control has the focus.

The current edit mode will be applied to the drop-down edit window when dropping the window down. If changing the mode within the edit window, the new mode will be set back to the control upon closing the window. In this case the EditModeChange event will be fired and the EditModeStatus property will be changed as soon as the focus returns into the control.

See Also

EditMode Property (TDBText)

EditModeStatus Property (TDBText)

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback