TSigmaCustomFieldFieldType Enumeration

Represents type TSigmaCustomFieldFieldType.

Namespace: Sigma.Document
type
 TSigmaCustomFieldFieldType = (cfTypeString, cfTypeInteger, cfTypeFloat, cfTypeMultiplyByQuantity);

The TSigmaCustomFieldFieldType type exposes the following members.

Show:
 NameDescription
cfTypeFloat

Represents constant cfTypeFloat.

cfTypeInteger

Represents constant cfTypeInteger.

cfTypeMultiplyByQuantity

Represents constant cfTypeMultiplyByQuantity.

cfTypeString

Represents constant cfTypeString.

Top