TiPlotComponent.DeleteChannel

TiPlotComponent See Also

Deletes a specific channel object.

procedure DeleteChannel(Index : Integer);

Description

Call DeleteChannel to delete a specific channel object by specifying the index of the object. To delete all channel objects, call RemoveAllChannels.

Example

Delphi

iComponent.DeleteChannel(0); //Deletes the 1st Object

C++ Builder

iComponent->DeleteChannel(0); //Deletes the 1st Object

Note: Index is zero based.

Contents | Index | Previous | Next