TDocumentsMode Enumeration

How to manage project documents ? None - no default options or features about documents editing. Solo - edit only one document at a time, if "New" or "Open" are used, current document is closed. Multi - allow opening/creating more than one document at the same time

Unit: uConsts
type TDocumentsMode = TDocumentsMode.None..TDocumentsMode.Multi

The TDocumentsMode type exposes the following members.

Show:
 NameDescription
None

Mono

Multi

Top