| Name | Type | Description |
|---|---|---|
| AllowChangeSelectedRow | Function | Tests whether you can move off the selected row to a different row |
| AppendNewRow | Procedure | Instructs the client to add a new row to the end of the grid |
| ApplyColumnLayout | Procedure | Applies a column layout |
| ApplyGroupConfig | Procedure | Applies a group configuration for automatic grouping |
| ClearGrid | Procedure | Clears the grid rows creating an empty grid |
| ClearGroupConfig | Procedure | Clears the grouping configuration |
| ClearSelectedRow | Function | Does nothing in cWebList |
| ClientSortable | Function | Determines whether the list could be sorted on the client |
| CollapseAllGroups | Procedure | Collapses all groups |
| ColumnCount | Function | Returns the number of columns in the list |
| DataSetAppendRow | Procedure | Appends a new row of data to the end of the list |
| DataSetInsertRowAfter | Procedure | Inserts a new row of data into the list after a specified row |
| DataSetInsertRowBefore | Procedure | Inserts a new row of data into the list before a specified row |
| DataSetRemoveRow | Procedure | Removes a single row of data from the list |
| DataSetUpdateRow | Procedure | Updates a single row in the list with new data |
| DeleteSelectedRow | Function | Performs a DD delete row operation |
| DragData | Function | Returns the DragData for this control |
| DropData | Function | Returns the DragData for this control |
| ExpandAllGroups | Procedure | Expands all groups |
| FindDDRecordInBuffer | Procedure | Performs a full refresh of the list and tries to maintain the current record in the DD |
| FindFromBottom | Procedure | Performs a full refresh of the list / grid selecting the last record of the new data set |
| FindFromTop | Procedure | Performs a full refresh of the list / grid selecting the first record of the new data set |
| GetColumnObject | Function | Returns the column object handle of the passed column ID |
| GridRefresh | Procedure | Send this message to fire an action on the client telling it to refresh the grid (for non-data-aware grids only) |
| HandleCacheError | Procedure | Called when the grid cannot find a cached record on the back end |
| IndexOrder | Function | Returns the database index number currently used to sort the rows of a data-aware grid or list |
| InsertNewRow | Procedure | Instructs the client to insert a new row above the current row of the grid |
| LoadDataPage | Procedure | Sent by the client to load a page of data |
| LoadGridRow | Function | Helper function for manually loading data |
| MoveDownRow | Procedure | Instructs the client to move the current row down one row |
| MovePageDown | Procedure | Instructs the client to move the current row down one page |
| MovePageUp | Procedure | Instructs the client to move the current row up one page |
| MoveToFirstRow | Procedure | Instructs the client to navigate to the first row |
| MoveToLastRow | Procedure | Instructs the client to navigate to the last row |
| MoveToRow | Procedure | Instructs the client to navigate to the row matching the passed row index |
| MoveToRowByID | Procedure | Instructs the client to navigate to the row matching the passed RowID |
| MoveUpRow | Procedure | Instructs the client to move the current row up one row |
| ProcessDataSet | Procedure | Called to retrieve the entire set of grid data (rows & columns) |
| ReadingServer | Function | Returns the actual Server DDO used by the list |
| RefreshListFromDD | Procedure | Refreshes a data-aware grid around the current record in the server Data Dictionary |
| RemoveRow | Procedure | Instructs the client to remove the specified row at the client |
| ReportCacheError | Procedure | Called when a cache error should be reported |
| Request_Clear | Procedure | Attempts to clear changes in a row |
| Request_Delete | Procedure | Attempts to delete the current row |
| Request_Save | Procedure | Attempts to save changes in the current row |
| RequestDeleteExec | Procedure | Performs the second half of a DD delete row operation which was started by Request_Delete/DeleteSelectedRow |
| ResetColumnLayout | Procedure | Resets the column layout to the original design time layout |
| SaveSelectedRow | Function | Does nothing in cWebList |
| ScrollToColumnObject | Procedure | Scrolls a column into the view by scrolling horizontally |
| Search | Procedure | Sends the showSearch client action to the client |
| SelectBestColumn | Function | Finds the best column for the passed table and column number |
Inherited Methods from cWebBaseControl | ||
| HideInfoBalloon | Procedure | Hides an information balloon |
| ShowInfoBalloon | Procedure | Displays an information balloon |
Inherited Methods from cWebBaseDEOServer | ||
| DataLossConfirmation | Procedure | Default data loss Yes/No confirmation message |
| DDRefreshTableStatus | Function | Returns the table's status for the Refresh event |
| DeleteConfirmation | Procedure | Default delete confirmation message |
| DEO_Control_Object | Function | Indicates if this DEO is a data bindable control or container |
| DEO_Find_Object | Function | Indicates that this DEO understands the DEO Request_Find protocol |
| Request_Clear_All | Procedure | Performs a DD Clear_All operation |
| RequestClearAllExec | Procedure | Performs the second half of a DD Clear_All operation which was started by Request_Clear_All |
| RequestClearExec | Procedure | Performs the second half of a DD Clear operation which was started by Request_Clear |
| RequestSaveExec | Procedure | Performs the second half of a DD save operation which was started by Request_Save |
| SaveClearCancelConfirmation | Procedure | Default save, clear, cancel Yes/No/Cancel confirmation message |
| SaveConfirmation | Procedure | Default save confirmation message |
| ServerDEO | Function | Returns the DEO that sets the server |
Inherited Methods from cWebBaseUIObject | ||
| AddKeyHandler | Procedure | Adds a client side key handler |
| ConditionalFocus | Procedure | Gives the control the focus but only if the browser platform is not a mobile device (tablet / phone) |
| Define_cWebBaseUIObject_mixin | Procedure | |
| End_Construct_cWebBaseUIObject_mixin | Procedure | |
| Focus | Procedure | Gives the control the focus |
| IsControlAccessible | Function | Determines if the control is currently accessible |
| IsControlEnabled | Function | Determines if a control is enabled |
| IsControlRendered | Function | Determines if a control is rendered |
| IsControlVisible | Function | Determines if a control is visible |
| RemoveKeyHandler | Procedure | Removes a client side key handler |
| ScrollIntoView | Procedure | Scrolls an object that is currently scrolled out of the view into view |
Inherited Methods from cWebObject | ||
| CallBack | Procedure | Use this procedure to delay a task to a new server round-trip |
| ClientAction | Procedure | Calls a function of the client JavaScript object |
| ClientActionEx | Procedure | Adds a client action to the response that will be executed on the client |
| DEO_Object | Function | Determines if the object understands the DEO interface |
| Host | Function | Returns a Handle to the Host object of this web object |
| InitDynamicProp | Procedure | Sets a dynamic property value |
| IsDynamicObject | Function | Checks whether the object is dynamic or not |
| IsLoaded | Function | Checks if the webobject is loaded to the client |
| NavigateInfo | Function | Returns array of navigation paths that the current object has registered |
| NavigatePath | Procedure | Performs the navigation registered for this web object |
| ptActionData | Function | Retrieves the action data for a server action as value tree |
| ResourceManager | Function | |
| SerializeObject | Function | |
| ServerPropStore | Function | |
| ServiceDispatcher | Function | |
| SessionManager | Function | |
| SetActionMode | Procedure | Allows developer to configure a wait dialog for every server action |
| UnSyncWebProperty | Procedure | Unsynchronizes a client web property |
| ViewStack | Function | |
| WebMethodByName | Function | Searches for the message handle of a message based on the name of a web method |
| WebMethodIsFunction | Function | Determines if a web method is a function or a procedure |
| WebMethodName | Function | Converts the message handle of a web method into a string |
| WebObjectByName | Function | Searches for the object handle of a web object using its public name |
| WebObjectName | Function | The public web object name of this object |
Inherited Methods from cWebBaseObject | ||
| SetWebProp | Procedure Set | |
Inherited Methods from cObject | ||
| ChildByIndex | Function | Can be used to iterate the direct children of an object |
| ClassSuperClass | Function | Returns the superclass of the passed class |
| Create | Function | Creates an object based on the passed Class Id |
| CreateNamed | Function | Creates an object based on the passed Class Id and assigns it a name Name based on a passed name |
| Destroy | Procedure | Destroys the object that receives the message and any child objects of that object |
| Exit_Application | Procedure | Starts the process of closing an application |
| IsClassOfClass | Function | Determines whether the target class is part of the searched class's hierarchy |
| IsObjectOfClass | Function | Determines whether the passed class is part of the object's class hierarchy |
| ObjectClass | Function | Returns the integer class ID assigned to the class this object is based on |
| Request_Destroy_Object | Procedure | Use the Destroy method instead [Obsolete] |