Versions Compared

Key

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

This routine is available starting with

  1. databasecf 2.1
  2. SIL Engine™ 2.0.3

Syntax

getHeaders(tableField)

Description

Excerpt

Retrieves headers from a data table custom field.

Parameters

Parameter nameTypeRequiredDescription
tableFieldarrayYesValue of the data table custom field

Return Type

string[]

Example:

Image Added

Code Block
string[] headers = getHeaders(customfield_10000);

For the Developers custom field with the customfield_10000 id, the result returned by the above routine call will be:
Username|Email|Full Name.

See also