| View previous topic :: View next topic |
| Author |
Message |
dmitry.kalashnikov General User

Joined: 01 Sep 2010 Posts: 12
|
Posted: Tue Jan 18, 2011 4:12 am Post subject: [Delphi] Track changes: how to manage? |
|
|
Hello guys!
Is there any sample of code how to enable this feature?
Thanks. |
|
| Back to top |
|
 |
B Marcelly Super User

Joined: 12 May 2004 Posts: 1414 Location: France
|
Posted: Tue Jan 18, 2011 5:17 am Post subject: |
|
|
Hi,
A Writer document exposes properties RecordChanges and ShowChanges, both Boolean.
| Code: | | theDoc.RecordChanges := true; |
_________________ Bernard
OpenOffice.org 1.1.5 fr / OpenOffice.org 3.4.1 en-US + langpacks, MS-Windows XP Home SP3
This forum is unusable, use instead Apache OpenOffice forums |
|
| Back to top |
|
 |
dmitry.kalashnikov General User

Joined: 01 Sep 2010 Posts: 12
|
Posted: Tue Jan 18, 2011 5:42 am Post subject: |
|
|
| B Marcelly wrote: | Hi,
A Writer document exposes properties RecordChanges and ShowChanges, both Boolean.
| Code: | | theDoc.RecordChanges := true; |
|
Thanks a lot!
So, if I replace some text in the document(via API of couse) then Writer will show me all changes? |
|
| Back to top |
|
 |
|