TdxRichEditBehaviorOptions.OvertypeAllowed Property
Specifies a value indicating whether the overtype feature is available in the Rich Edit control.
Declaration
property OvertypeAllowed: Boolean read; write; default True;
Property Value
Type | Default |
---|---|
Boolean | True |
Remarks
Set this property to True to enable the overtyping functionality. Otherwise, this functionality is not available.
The default value of the OvertypeAllowed property is True.
See Also