<< Click to display table of contents >> RichViewSaveHyperlinksInDocXAsFields Typed Constant |
Unit [VCL/FMX]: CRVData / fmxCRVData;
Syntax
const
RichViewSaveHyperlinksInDocXAsFields = False;
This constant switches between two methods of hyperlinks saving in DocX files.
If False:
SaveDocX saves hyperlinks as <w:hyperlink>. This way of saving is more compatible, it must be understood by all DocX readers.
Minus: MS Word checks hyperlink targets more strictly, if it contains an invalid URL, it may treat the whole file as erroneous.
If True:
SaveDocX saves hyperlinks as HYPERLINK field, similar to RTF.