I need to work with documents that have a header and a footer that are stored separately (in another TFieldBlob).
I need both documents (header and ffoter) are read-only so that users can not modify them.
I tried with ....
Code: Select all
Self.SRV.RVHeader.ReadOnly := True ;
Self.SRV.RVFooter.ReadOnly := True ;
- It is visually indicated by the appearance of the editor.
- Editor header (readonly) takes focus
Is there a way to tell TSRichViewEdit only show the contents of the subdocuments and not allow to edit them?
Thanks in advance
..