ImageEn, unit iexRichEdit

TIERichEdit.AllowObjects

TIERichEdit.AllowObjects


Declaration

property AllowObjects: Boolean;


Description

When true, the rich edit control can embed COM objects.

Default: False


Example

// Prevent COM object embedding
IERichEdit1.AllowObjects := False;