Changes or checks the order in which a search through the table that referred to by RecordRef will be performed.

[IsAscending :=] RecordRef.ASCENDING([SetAscending])

Parameters

RecordRef

Type: RecordRef

SetAscending

Type: Boolean

Determines the order of the search.

If this parameter is true, it will search in ascending order. If this parameter is false, it will search in descending order. If you do not specify this parameter, it will check the search order.

Expand imageProperty Value/Return Value

Expand imageRemarks

Expand imageSee Also