|
|
|
|
|
- Limitations for the Calendar control
- Pivot Table control behavior
- "Text token" Edit control behavior
- Limitations
Multiselection (Property) In french: Multisélection
// Changes the selection mode based on the value of the Check Box control IF CBOX_MultiSel = True THEN TABLE_Table1.Multiselection = True ELSE TABLE_Table1.Multiselection = False END
Syntax
Getting the selection mode Hide the details
<Selection mode> = <Control used>.Multiselection
Changing the selection mode Hide the details
<Control used>.Multiselection = <New selection mode>
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|