The CExtField type exposes the following members.

Methods

  NameDescription
Protected methodCheckAndModifyEditStatus
Sets the EditStatus to Modified if it is Unchanged
(Inherited from iboBase.)
Public methodDelete
Marks this object to be deleted when the save is done
(Inherited from iboBase.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Public methodValidate
Makes sure that all of the property data passes the iMIS business rules.
(Inherited from iboBase.)

Fields

  NameDescription
Protected fieldmEditStatus
The edit status (unchanged, modified, etc) of this record.
(Inherited from iboBase.)
Protected fieldmErrors
The current list of errors encountered by this class instance during processing.
(Inherited from iboBase.)

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