MidiDjConsole.ProfileItemNameGet method |
|
Remarks
Obtains the name of a specific item contained inside the profile of the DJ Console.
For further details about interfacing with MIDI DJ Consoles see the MidiDjConsole object section and the How to manage MIDI DJ consoles tutorial.
Syntax
[Visual Basic] control.MidiDjConsole.ProfileItemNameGet ( nIndex as Long ) as String |
[C++] BSTR control.MidiDjConsole.ProfileItemNameGet ( long nIndex ); |
Parameter |
Description |
|
|
nIndex |
Number representing the zero-based index of the item whose name must be obtained. Existing items can be enumerated through the MidiDjConsole.ProfileItemCountGet method. |
Return value
Value |
Meaning |
|
|
Empty string |
An error occurred (see the LastError property for further error details) |
Valid string |
String containing the name of the item. The item's name is UNICODE compliant so can support languages using the double-byte convention. |