TSigmaCustomFieldKind Enumeration

Represents type TSigmaCustomFieldKind.

Namespace: Sigma.Document
type
 TSigmaCustomFieldKind = (cfKindSystem, cfKindProject, cfKindCustom);

The TSigmaCustomFieldKind type exposes the following members.

Show:
 NameDescription
cfKindCustom

Represents constant cfKindCustom.

cfKindProject

Represents constant cfKindProject.

cfKindSystem

Represents constant cfKindSystem.

Top