ListView Methods
Represents a List View.
Name | Description |
---|---|
Add |
Adds a specified View Item to a Composite View’s Composite |
Add |
Creates a View Item using specified information on it, and adds it to a Composite View’s Composite |
Analyze |
For internal use.
Inherited from Composite |
Break |
Removes references to a Composite View’s controls and their event handlers.
Inherited from Composite |
Can |
Determines whether a View‘s current object can be changed. Inherited from View. |
Can |
Determines whether a View can be closed. Inherited from View. |
Close() | Closes a View. Inherited from View. |
Close |
Closes a View if it is allowed to be closed. Inherited from View. |
Correct |
|
Correct |
Obsolete. For internal use. |
Create |
Creates controls that visualize a View in a UI. Inherited from View. |
Create |
Returns key information on the current View. Inherited from View. |
Disable |
For internal use.
Inherited from Object |
Dispose() | Releases all resources used by this View object. Inherited from View. |
Enable |
For internal use.
Inherited from 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 |
Inherited from View. |
Find |
Returns a specified View Item from a Composite View’s Composite |
Get |
Returns the current object’s caption, formatted according to the applied Object |
Get |
For internal use. |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Returns View Items of the specified type from the Composite |
Get |
For internal use. |
Get |
|
Get |
Gets the Type of the current instance. Inherited from Object. |
Insert |
Inserts a new View Item to a specified position within the Composite |
Insert |
Creates a View Item using specified information on it, and inserts it to a Composite View’s Composite |
Is |
Checks whether a specific View interacts with the database via the current View’s Object Space.
Inherited from Object |
Load |
For internal use. Inherited from View. |
Load |
Applies the Application Model changes to the current View. Inherited from 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). Inherited from View. |
Refresh |
Refreshes displayed values of the View‘s controls with new values from the data source collection (and optionally, from the database itself). Inherited from View. |
Refresh |
Refreshes the data source of the current List |
Remove |
Removes a particular View Item from a Composite View’s Composite |
Save |
Writes information on a View to the Application Model. Inherited from View. |
Set |
For internal use. Inherited from View. |
To |
Returns a View‘s textual representation. Inherited from View. |
Update |
Updates a specific View Item.
Inherited from Composite |
See Also