TcxCustomRichEditProperties.AllowObjects Property
Specifies whether OLE operations are allowed in a rich edit control.
Declaration
property AllowObjects: Boolean read; write; default False;
Property Value
Type | Default |
---|---|
Boolean | False |
Remarks
Set the AllowObjects property to True, to allow OLE operations in a rich edit control.
The default value of the AllowObjects property is False.
See Also