Hi Dan,
I am also using the same version. please follow these below steps.
type ttriggers-->Enter
you will found the below code
trigger OnWhat()
var
myInt: Integer;
begin
end;
now you remove the Onwhat(), and type OnNextrecord
while you will start typing you will found a list of all triggers and you can choose from that list as
trigger OnNextRecord(Steps: Integer): Integer
Regards
Mohit Malik