ImageEn, unit iexRichEdit |
|
TIERichEdit.AllowObjects
Declaration
property AllowObjects: Boolean;
Description
When true, the rich edit control can embed COM objects.
Default: False
// Prevent COM object embedding
IERichEdit1.AllowObjects := False;
Loading contents...