[Overview][Constants][Types][Procedures and functions][Variables] Reference for unit 'mysql41' (#mysql41_api)

st_mysql_rows

Declaration

Source position: mysql.inc line 614

type st_mysql_rows = record

  next: Pst_mysql_rows;

  data: MYSQL_ROW;

  length: dword;

end;