|
|
|
|
|
DocStartModification (Function) In french: DocDébutModification Indicates the start of a series of actions performed on a Word Processing document in a single event ("undo/redo"). DocStartModification(TT_MonDocument)
DocReplace(TT_MonDocument, "%NomClient%", Client.Nom)
DocReplace(TT_MonDocument, "%PrénomClient%", Client.Prénom)
DocEndModification(TT_MonDocument)
Syntax
DocStartModification(<Document>)
<Document>: Control name or Document variable Document to use. This document corresponds to: the name of a Word Processing control. - a variable of type Document.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|