TdxRichEditBehaviorOptions.TouchAllowed Property
In This Article
Returns a value indicating whether gestures are supported in the Rich Edit control.
#Declaration
Delphi
property TouchAllowed: Boolean read;
#Property Value
Type |
---|
Boolean |
#Remarks
If this property returns True, gestures are available in the Rich Edit control. If the TouchAllowed property returns False, the gesturing functionality is not available.
Note
The Touch
See Also