ITabCustomSort.RemoveAt

Syntax

RemoveAt(Index: Integer): Boolean;

Parameters

Index - the parameter determines index of the sorting area to be deleted.

Description

The RemoveAt method removes sorting area, the index of which is passed as the Index input parameter, and returns True if the area is successfully deleted.

See also:

ITabCustomSort