ShellBrowser Delphi Components Documentation
ContentsIndexHome
PreviousUpNext
JamSelectionList.TJamSelectionList.BoolToSelectionState

Converts a boolean value to a selection state.

Syntax
Pascal
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