TiPlotComponent.DeleteDataCursor
TiPlotComponent
Deletes a specific data cursor object.
procedure DeleteDataCursor(Index : Integer);
Description
Call DeleteDataCursor to delete a specific data cursor object by specifying
the index of the object. To delete all data cursor objects, call RemoveAllDataCursors.
Example
Delphi
iComponent.DeleteDataCursor(0); //Deletes the 1st Object
C++ Builder
iComponent->DeleteDataCursor(0); //Deletes the 1st Object
Note: Index is zero based.
Contents | Index | Previous | Next