The CExtField type exposes the following members.

Properties

  NameDescription
Public propertyAutoConversion
User defined window field AutoConversion property
Public propertyDataType
The data type for this field. One of Char, Int, Number, Money, Checkbox, Date, Time, DateTime
Public propertyDecimalPositions
User defined window field DecimalPositions property
Public propertyDefaultValue
User defined window field DefaultValue property
Public propertyEditStatus
Indicates the current edit status of this object, i.e., New, Modified, Deleted, or Unchanged. See EEditStatus
(Inherited from iboBase.)
Public propertyErrors
The collection of CError objects (error and warning messages) associated with this object instance
(Inherited from iboBase.)
Public propertyErrorsCount
Gets the number of error and warning messages that have been set on this object.
(Inherited from iboBase.)
Public propertyFieldLength
The length of this field, e.g., for character and numeric datatypes
Public propertyFieldName
The name of this field
Public propertyFieldValue
The data value contained in the field instance
Public propertyFormatMask
User defined window field FormatMask property
Public propertyMicroHelp
User defined window field MicroHelp property
Public propertyMultiSelect
User defined window field MultiSelect property
Public propertyNewRow
User defined window field new row property
Public propertyObjectHeight
User defined window field ObjectHeight property
Public propertyObjectWidth
User defined window field ObjectWidth property
Public propertyOldFieldName
User defined window field OldFieldName property
Public propertyPrompt
Gets the UI prompt for this field
Public propertyPromptWidth
User defined window field PromptWidth property
Public propertyReadOnly
User defined window field read-only property
Public propertySequence
The sequence in which this field, relative to the others in the view, should appear on a screen
Public propertyTableName
The name of the table that holds this fields data (i.e., the field is a column in this table)
Public propertyValidationTable
User defined window field ValidationTable property
Public propertyWindowPrompt
User defined window field Prompt property
Public propertyWindowSequence
User defined window field sequence property

See Also