An AppView object contains the properties for an application view. This object has no methods.

Properties

NameData TypeDescription
Caption String The caption for the application view.
DataGroup String A comma-delimited list of the data groups the application view belongs to.
Key String The internal key of the application view (read-only).
ParentKey String The key of the parent application view (blank for a top-level application view).
MainList Boolean True if the application view appears in the main View list.
Order Integer The order for the application view.
Fields Object A reference to the AppViewFields collection containing the field items in the application view.

See Also
Application Views | AppViews Collection