TSignalRead.SelectionStop Property

property SelectionStop: Int64;

Specifies the upper file range limit.

Returns: Int64

Remarks:

To limit the range of samples in the file being processed the SelectionStop can be set to something different then -1. If the file ends before the specified SelectionStop the processing will not be affected by the value of this property.

The value of this property affects only the IsEndOfFile method. SelectionStop is defined in number of samples.