TrvActionSave.Documents |
Top Previous Next |
|
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: String – 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: |