fieldNo

Type: Integer

The fieldNo property of the SortActor class contains the field number in a file that is to be compared.

The default values for the fieldNo property are listed in the following table.

Variable Records,

Variable Fields

Variable Records,

Fixed Fields

Fixed Records,

Variable Fields

Fixed Records,

Fixed Fields

1 1 1 1

The code fragment in the following example sets the SortActor instance to sort the file randomly.

sort1.fieldNo := 1;
sort1.random  := true;