ShellBrowser Delphi Components Documentation
|
Returns meta information on the item identified by this ItemIdList.
function GetShellInformation(const pSHColumns: array of TSHellColumnID; pFirstOnly: Boolean = True): string;
Parameters |
Description |
const pSHColumns: array of TSHellColumnID |
A non-empty array of Shell Column Ids for that the meta information should be retrieved. |
pFirstOnly: Boolean = True |
If True, only the first, non-empty meta information is returned. If False, the meta information for all supplied column IDs is returned concatenated in the string. |
string: The requested Meta meta information as string.
Method only works as expected on Windows Vista and later.