<< Click to display table of contents >> TrvActionSave.Documents |
A read-only list of opened documents.
property Documents: TRVList;
This is a list of TrvaDocumentInfo objects.
The main properties of TrvaDocumentInfo are:
•rve: TCustomRichViewEdit – editor;
•FileName: TRVUnicodeString – file name (full path) for the document in rve.
•FileFormat: TrvFileSaveFilter – format for saving this file.
•CustomFilterIndex: Integer, used only if FileFormat=ffeCustom. Custom formats are numbered from 1 in the order they are listed in the CustomFilter property of the linked TrvActionSaveAs action.
•Defined – False if FileName and FileFormat contain temporal values assigned for new document.
This list is maintained automatically.
See also methods: