mergMPQueryCollectionTitle |
Type | function |
Dictionary | LCS |
Library | LiveCode Script |
Syntax | mergMPQueryCollectionTitle(<pQueryPointer>, <pCollectionNumer>)
|
Associations | mergmp |
Summary | Get the title of the collection
|
Introduced | 8.0 |
OS | ios |
Platforms | mobile |
Parameters | Name | Type | Description |
---|
pQueryPointer | | a pointer to the query in memory.
|
pCollectionNumer | | a number between 1 and the result of
mergMPQueryCollectionCount.
|
|
Values | Name | Type | Description |
---|
return | | the title of the collection
|
|
Description | For example if the query is grouped by playlist then this would be the
playlist title. If it's grouped by album then this would be the album
title.
|
Tags | externals |