|
ShellBrowser Delphi Components Documentation
|
Converts a boolean value to a selection state.
class function BoolToSelectionState(pValue: Boolean): TJamSelectionState;
|
Parameters |
Description |
|
pValue: Boolean |
The boolean value. |
TJamSelectionState: ssChecked if true has been passed. ssUnChecked otherwise.
roth@jam-software.com