StringList.add Method

Module: StringList

Definition

Adds an item to the StringList object.

add(self, item: str) -> None

Parameters

item str
in item to add.

Exceptions

An error has occurred during Devices Library execution.
void add(String? item)

Parameters

item String
in item to add.

Exceptions

An error has occurred during Devices Library execution.
public void Add(string item)

Parameters

item string
in item to add.

Exceptions

An error has occurred during Devices Library execution.
public void add(String item) throws DevicesException

Parameters

item String
in item to add.

Exceptions

An error has occurred during Devices Library execution.
int id3DevicesStringList_Add (
    ID3_DEVICES_STRING_LIST hStringList,
    const char * item)

Parameters

in Handle to the StringList object.

item const char *
in item to add.

Returns

int
An error code.
See id3DevicesError file for the list of possible error codes.