Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Gets the field names of a record.

Since 9.0.1

Syntax

getFields(set)

ArgumentTypeDescription
setRecordset

The recordset to get the fields list from.

Get fields The getFields function will return each field name defined for the record as an array, except for special internal field names.

...