TSigmaCustomFieldDefinition Class

Represents type TSigmaCustomFieldDefinition.

Namespace: Sigma.Document
TObject
  Sigma.Document.TSigmaCustomFieldDefinition
type
 TSigmaCustomFieldDefinition = class sealed(TObject)
 end;

The TSigmaCustomFieldDefinition type exposes the following members.

Show:
 NameDescription
AddUnlisted

Represents property AddUnlisted.

AllowUnlisted

Represents property AllowUnlisted.

DataIsReadOnly

Represents property DataIsReadOnly.

DefaultValue

Represents property DefaultValue.

Description

Represents property Description.

DisplayName

Represents property DisplayName.

DisplayRightZeroPadding

Represents property DisplayRightZeroPadding.

DisplayThousandSeparator

Represents property DisplayThousandSeparator.

FieldType

Represents property FieldType.

Filename

Represents property Filename.

HasList

Represents property HasList.

HasValues

Represents property HasValues.

HeaderBackgroundColor

Represents property HeaderBackgroundColor.

ID

Represents property ID.

InheritFromParent

Represents property InheritFromParent.

Kind

Represents property Kind.

ListKind

Represents property ListKind.

MultiplyByQuantitySourceFieldID

Represents property MultiplyByQuantitySourceFieldID.

OnlyEditOnLeafs

Represents property OnlyEditOnLeafs.

Precision

Represents property Precision.

Required

Represents property Required.

Values

Represents property Values.

Top
Show:
 NameDescription
CanRevertToSystemList

Represents method CanRevertToSystemList.

GetAddUnlisted

Represents method GetAddUnlisted.

GetAllowUnlisted

Represents method GetAllowUnlisted.

GetDefaultValue

Represents method GetDefaultValue.

GetDescription

Represents method GetDescription.

GetDisplayName

Represents method GetDisplayName.

GetFieldType

Represents method GetFieldType.

GetFilename

Represents method GetFilename.

GetHasList

Represents method GetHasList.

GetHasValues

Represents method GetHasValues.

GetID

Represents method GetID.

GetInheritFromParent

Represents method GetInheritFromParent.

GetKind

Represents method GetKind.

GetListKind

Represents method GetListKind.

GetRequired

Represents method GetRequired.

GetValues

Represents method GetValues.

RevertToSystemList

Represents method RevertToSystemList.

SanitizeID(String)

Represents method SanitizeID(String).

SetFieldType(TSigmaCustomFieldFieldType)

Represents method SetFieldType(TSigmaCustomFieldFieldType).

SetFilename(String)

Represents method SetFilename(String).

SetListKind(TSigmaCustomFieldListKind)

Represents method SetListKind(TSigmaCustomFieldListKind).

Top