移去OleContainer的黑边框

//禁止双击打开word编辑
olecontainer1.AutoActivate := aaManual;
//禁止右键菜单
olecontainer1.AutoVerbMenu := False;
//移去OleContainer的黑边框
OleContainer1.OleObject.AxBorderStyle := afbNone;

原文地址:https://www.cnblogs.com/yzryc/p/6374898.html