ImageEn, unit iexRichEdit |
|
TIERichEdit.AllowInPlace
Declaration
property AllowInPlace: Boolean;
Description
When true and
AllowObjects is enabled, COM objects can be edited within the control. For example, cells in an embedded Excel spreadsheet can be edited.
Default: True
// Prevent inplace editing of OLE objects
IERichEdit1.AllowInPlace := False;