ShellBrowser Delphi Edition Documentation
ContentsIndexHome
PreviousUpNext
TJamItemIdList Class

Wrapper class for a PItemIdList.

TJamItemIdListTJamItemIdList
Syntax
Pascal
TJamItemIdList = class(TInterfacedObject, IItemIdList);

Assign result only to variables of type IItemIdList! Instances of this class will be freed using the reference count mechanism of TInterfacedObject.

TJamItemIdList Class
 
Name 
Description 
 
Constructor for TJamItemIdList for a file system path. 
 
The destructor for this class. Do not call directly, or Free(). 
 
Name 
Description 
 
Compares the given ItemIdList to this instance by their name 
 
Concatenates this instance and the given ItemIdList to a new one. 
 
Returns the number of elements in this ItemIdList. 
 
Returns a string for this item suitible for displaying to the use 
 
Returns True if the given ItemIdList is the same as this instance. 
 
Returns the last (realtive) part of the ItemIdList. 
 
Returns a beginning part of this ItemIdList. 
 
Returns if this instance contains a valid ItemIdList or not 
 
Path 
Returns the file system path of this ItemIdList if it is a file system object. 
 
Returns if this ItemIdList is a special folder 
 
Returns the actual Windows Pointer that is wrapped by this instance. It is needed to pass it to Windows API calls. 
TJamItemIdList Class
 
Name 
Description 
 
Compares the given ItemIdList to this instance by their name 
 
Concatenates this instance and the given ItemIdList to a new one. 
 
Static factory method that returns an IItemIdList for a given special folder.. 
 
Returns the number of elements in this ItemIdList. 
 
Returns a string for this item suitible for displaying to the use 
 
Returns true if the given ItemIdList is the same as this instance. 
 
Returns the last (realtive) part of the ItemIdList. 
 
Returns a beginning part of this ItemIdList. 
 
Returns if this instance contains a valid ItemIdList or not 
 
Check if an ItemIdList list is part of the network. 
 
Path 
Returns the file system path of this ItemIdList if it is a file system object. 
 
Returns if this ItemIdList is a special folder 
 
Returns the actual Windows Pointer that is wrapped by this instance. It is needed to pass it to Windows API calls. 
Copyright (c) 2011. All rights reserved.