The CExtView type exposes the following members.

Properties

  NameDescription
Public propertyEditStatus
Indicates the current edit status of this object, i.e., New, Modified, Deleted, or Unchanged. See EEditStatus
(Inherited from iboBase.)
Public propertyEntryRequired
Indicates whether or not this view is required
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 propertyFieldCount
The number of Fields (CExtField) in this view
Public propertyFields
An array of the fields contained in this view
Public propertyInstancesCount
The number of Instances of the view that exists for this Contact (for Multi-instance views)
Public propertyIsMultiInstance
Indicates whether this type of view allows for multiple instances
Public propertyNumberOfColumns
The number of columns the Ext View (User Defined Window) displays data in
Public propertyTitle
The title of the Ext View (User Defined Window)
Public propertyViewName
The name of the Ext View (User Defined Window)

See Also