ShellBrowser Delphi Edition Documentation
ContentsIndexHome
PreviousUpNext
TItemIdListOwnership Enumeration

This enumeration determines, if the memory of the ItemIdList wrapped by a TJamItemIdList object is owned by the object (and must be freed by the object's destructor), not owned or should be copied in the constructor.

Syntax
Pascal
TItemIdListOwnership = ( iloOwnsMemory, iloForeignOwned, iloCopyMemory );
Copyright (c) 2011. All rights reserved.