TdxRichEditBehaviorOptions.OvertypeAllowed Property
In This Article
Specifies a value indicating whether the overtype feature is available in the Rich Edit control.
#Declaration
Delphi
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