ShellBrowser Delphi Components Documentation
|
Different checking modes for the TJamShellList.
TJamCheckMode = ( None, Simple, SelectionList, AutoCheckSelect );
Members |
Description |
None |
No checkboxes are displayed. |
Simple |
Simple check mode: Checkboxes are displayed, supported checking states are true and false. |
SelectionList |
Only available if a TJamShellLink is attached. Checkboxes are displayed, checked items are collected in the TJamShellLink.SelectionList. |
AutoCheckSelect |
Synchronizes check states with the selection. |