NoSelectOnEntry
NoSelectOnEntry
The text is not automatically selected on tabbing in to the control
Read-only This is a style property that is only available in the forms designer. It is possible to modify this programmatically through the Style property in the Create event.
Applies to: KCMLEdit
Introduced in KCML version 5.02
Normally when an edit control gets focus, the current contents of the control are automatically selected. Although this action is the default for most Windows applications it can sometimes cause problems as the contents of the control are overwritten if the user accidentally presses a key. Setting this property to TRUE turns on the automatic selection of the control. This property is a design time only property that has no effect if changed under program control.