hiReportSelectAllItems
hiReportSelectAllItems(g_reportField[g_notify] ) =>t / nil
Description
Selects all items in a report field. This function also executes the callback of the report field if you specify t as the value of the g_notify argument.
This function is the programmatic equivalent of selecting items with the mouse or keyboard keys.
To select more than one item, use hiReportSelectItems. To select all items in a field, use hiReportSelectAllItems.
Arguments
|
Triggers the callback procedure of the report field. The default value is |
Value Returned
Related Topics
Return to top