DestructiveInsert 方法 (Selection 對象)¶
插入文字,覆蓋已存在的文字。 str 指定要插入的字串,覆蓋已存在的文字。 支持 EmEditor 4.00 或之後的版本。¶
[JavaScript]¶
document.selection.DestructiveInsert( str );
[VBScript]¶
document.selection.DestructiveInsert str
參數¶
版本¶
巨集參考 — Selection 對象 — DestructiveInsert 方法 (Selection 對象)