Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »


Function: getFields()

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 will return each fieldname defined for the record as an array, except for special internal field names.

See Also

  • No labels