Finds a record based on the ID of the record.

[Ok :=] RecordRef.GET(RecordID)

Parameters

RecordRef

Type: RecordRef

The recordref that refers to the table.

RecordID

Type: RecordID

This field object contains the table number and the primary key of the table and is used to identify the record that you want to find.

Expand imageProperty Value/Return Value

Expand imageRemarks

Expand imageSee Also