Click or drag to resize
FieldAttributes Properties

The FieldAttributes type exposes the following members.

Properties
  NameDescription
Public propertyDec
Defines the decimal separator. Example: .
Public propertyFmt
Defines the format pattern that applies to qText. Is used in connection to the type of the field (parameter qType). For more information, see Struct FieldAttributes. Example: YYYY-MM-DD for a date
Public propertynDec
Public propertyThou
Defines the thousand separator (if any). Is used if qUseThou is set to 1. Example: ,
Public propertyType
Type of the field. Default is U.
Public propertyUseThou
Defines whether or not a thousands separator must be used. Default is 0.
Top
See Also