IHostManagementViewsCreateWindowGrid Method
Gets a window from a list of a table.
Namespace: Aliquo.WindowsAssembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
IWindowGrid CreateWindowGrid(
string table,
string fields = null,
string condition = null,
string subprocess = null,
bool defaultFields = true,
bool defaultFilter = true,
Object windowOwner = null
)
Function CreateWindowGrid (
table As String,
Optional fields As String = Nothing,
Optional condition As String = Nothing,
Optional subprocess As String = Nothing,
Optional defaultFields As Boolean = true,
Optional defaultFilter As Boolean = true,
Optional windowOwner As Object = Nothing
) As IWindowGrid
- table String
- Table from which to get the list.
- fields String (Optional)
- Fields to be included in the list.
- condition String (Optional)
- List data selection criteria.
- subprocess String (Optional)
- Table thread.
- defaultFields Boolean (Optional)
- Indicates whether the fields defined as default for the table lists are displayed.
- defaultFilter Boolean (Optional)
- Indicates whether the default filter is used for the table lists.
- windowOwner Object (Optional)
- Indicates the owner window, allowing the window to be closed when the owner is closed.
IWindowGridIWindowGrid with the interface of a table.