DataGate Print File Designer® - Build 8.0.355 and above

DecField.FieldType Property

The type of the numeric data in a control field.  The default is BinaryField.

control.FieldType [=ASNA.DataGate.PrintControls.FieldTypes]

Property Value

ASNA.DataGate.PrintControls.FieldTypes.  Gets or sets one of the enumeration values defining the type of numeric field.  Packed, zoned and binary types are numeric fields containing decimal numbers which are expressed in digits and decimals.

Remarks

To set the FieldType property of a control, click on the right side of the property and choose one of the options shown in the drop-down box.


Setting Description
BinaryField (Default) The field is a binary data field.
PackedField The field is a packed data field.
ZonedField The field is a zoned data field.

See Also

DecField Class | DecField Class MembersDecimals Property | Digits Property | FieldTypes Enumeration