[Overview][Types][Classes][Procedures and functions][Variables][Index] |
Source position: helpintfs.pas line 58
type TShowHelpResults = set of ( |
||
shrNone, |
|
|
shrSuccess, |
|
|
shrCancel, |
|
|
shrDatabaseNotFound, |
|
|
shrContextNotFound, |
|
|
shrViewerNotFound, |
|
|
shrHelpNotFound, |
|
|
shrViewerError, |
|
|
shrSelectorError |
|
|
); |
lazarus-ccr.sourceforge.net |