Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the SyOperationMultiSelectTmp table that contains the list of values to display in the dropdown list.
Syntax
protected SysOperationMultiSelectTmp getMultiSelectTableForType(SysDictType _dictType, SysOperationDataMemberInfo _memberInfo)
Run On
Called
Parameters
- _dictType
Type: SysDictType Class
The SysDictType object that is displayed in the multi-select control.
- _memberInfo
Type: SysOperationDataMemberInfo Class
The member information about the control.
Return Value
Type: SysOperationMultiSelectTmp Table
A SysOperationMultiSelectTmp table that is populated with valid values.
Remarks
The table is used as a data source for the multi-select controls. The default implementation contains no values. The custom UI builders can override this method and provide the relevant values that must be displayed in the control.