DataGate Print File Designer® - Build 8.0.355 and above

CharField Class

CharField control is derived from BaseField Class and further defines a character field.

For a list of members, see CharField Class Members.

Public Class CharField  Inherits BaseField

Remarks

In addition to the properties, methods, and fields available with BaseField, CharField contains methods and properties to further define a character field.  A character field is used for character data from a record written to the print file.

Use the Length property to set the number of characters in the field and use the Value property to set the default value.

New instances are constructed with a constructor with the properties set to the default values.  The UpdateDisplayText method updates the text to display in an CharField control field according to the property values.

Requirements

Namespace: ASNA.DataGate.PrintControls

Platforms: Windows 2000, Windows XP Professional, Windows .NET Server family

Assembly: ASNA.DataGate.PrintControls (in ASNA.DataGate.PrintControls.dll)

See Also

ASNA.DataGate.PrintControls Namespace | Setting CharField PropertiesCharField Class Members | BaseField Class