ShellBrowser Delphi Components Documentation
ContentsIndexHome
PreviousUpNext
Jam.Shell.Types.IHasDebugInfo.GetInfo

Retrieves information on the ItemIdList that can be used for debugging purposes.

Syntax
Pascal
function GetInfo(const pLevel: TItemIdListInfoLevel = TItemIdListInfoLevel.Normal): string;
Parameters 
Description 
const pLevel: TItemIdListInfoLevel = TItemIdListInfoLevel.Normal 
The debug info level. 

A string containing debug information for the instance.

Note to implementors: As this might be called in case of exceptions, method should be careful about accessing system resources and that might cause more errors.