TSigmaProjectType Enumeration

Represents type TSigmaProjectType.

Namespace: Sigma.Document
type
 TSigmaProjectType = (ptProject, ptLibrary);

The TSigmaProjectType type exposes the following members.

Show:
 NameDescription
ptLibrary

Represents constant ptLibrary.

ptProject

Represents constant ptProject.

Top