TSigmaCustomFieldAddConvention Enumeration

Represents type TSigmaCustomFieldAddConvention.

Namespace: Sigma.Document
type
 TSigmaCustomFieldAddConvention = (cfAddNever, cfAddPrompt, cfAddAlways);

The TSigmaCustomFieldAddConvention type exposes the following members.

Show:
 NameDescription
cfAddAlways

Represents constant cfAddAlways.

cfAddNever

Represents constant cfAddNever.

cfAddPrompt

Represents constant cfAddPrompt.

Top