The CExtView type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| EditStatus |
Indicates the current edit status of this object, i.e., New, Modified, Deleted, or Unchanged. See EEditStatus (Inherited from iboBase.) | |
| EntryRequired |
Indicates whether or not this view is required
| |
| Errors |
The collection of CError objects (error and warning messages) associated with this object instance
(Inherited from iboBase.) | |
| ErrorsCount |
Gets the number of error and warning messages that have been set on this object.
(Inherited from iboBase.) | |
| FieldCount |
The number of Fields (CExtField) in this view
| |
| Fields |
An array of the fields contained in this view
| |
| InstancesCount |
The number of Instances of the view that exists for this Contact (for Multi-instance views)
| |
| IsMultiInstance |
Indicates whether this type of view allows for multiple instances
| |
| NumberOfColumns |
The number of columns the Ext View (User Defined Window) displays data in
| |
| Title |
The title of the Ext View (User Defined Window)
| |
| ViewName |
The name of the Ext View (User Defined Window)
|