ShellBrowser Delphi Edition Documentation
ContentsIndexHome
PreviousUpNext
GetIDListFromDataObject Function

Retruns a list of object names for a given IDataObject.

Syntax
Pascal
function GetIDListFromDataObject(lpdobj: IDataObject; EnsureExtension: Boolean = false): TFilenames;
Parameters 
Description 
lpdobj: IDataObject 
An IDataObject from that the object names should be extracted. It should contain the clipboard format CF_IDLIST
EnsureExtension: Boolean = false 
Optional. Pass True if only valid file name with an extensions should be returned. Pass False if Shell object names without extensions are acceptable. The default value is False. 

Dependent on the current user's settings file extensions may be hidden in Shell views.

Copyright (c) 2011. All rights reserved.