TDocumentsMode Enumeration

Definition

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

Delphi
type TDocumentsMode = None..Multi

Constants