Hello,
I am dealing with status and saving of documents attached to TTabData objects but can't understand exactly how it works. I haven't found too much documentation either.
I have some questions:
* What is the difference between: TabModified, TabModified2, TabExtModified, TabExtModified2 ?
* Can the 'modified' symbol be placed or spaced properly? It always appears in the middle of the tab, above the caption. I've only been able to change the circle's size, but not its position.
* When I create a new tab, I set TabModified to True and it effectively draws the "modified" circle and changes the caption's colour as specified in the properties. However, after saving the document, I set TabModified to False but it remains the same ('modified' colour and symbol). What am I doing wrong?
* What's the proper way to use the 'modified' properties in conjuction with CanClose, CanContinue parameters on the OnTabClose event? Can anyone point to a good example of this?
Sorry for the bunch of questions but I can't find any docs or references to this on the forum.
Thank you for your help.