var
  I: Integer;
begin
  for I := 0 to ActionList1.ActionCount - 1 do
    ShowMessage(ActionList1.Actions[I].Name);
end;