View Methods
The base class for Views.Name | Description |
---|---|
Break |
Removes references to a View‘s controls and their event handlers. |
Can |
Determines whether a View‘s current object can be changed. |
Can |
Determines whether a View can be closed. |
Close() | Closes a View. |
Close |
Closes a View if it is allowed to be closed. |
Create |
Creates controls that visualize a View in a UI. |
Create |
Returns key information on the current View. |
Dispose() | Releases all resources used by this View object. |
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Execute |
|
Get |
Returns the current object’s caption, formatted according to the applied Object |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Is |
Checks whether a specific View interacts with the database via the current View’s Object Space. |
Load |
For internal use. |
Load |
Applies the Application Model changes to the current View. |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Raise |
Raises the View. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
Refresh() | Refreshes displayed values of the View‘s controls with new values from the data source collection (not from the database itself). |
Refresh |
Refreshes displayed values of the View‘s controls with new values from the data source collection (and optionally, from the database itself). |
Refresh |
Refreshes the data source of the current View. |
Save |
Writes information on a View to the Application Model. |
Set |
For internal use. |
To |
Returns a View‘s textual representation. |
See Also