functions

fhSrcIsAutoTitleEnabled

Description

Takes a pointer to a source record and returns true if the source record is templated and auto-title is enabled.  Otherwise it returns false.

Minimum FH Version

7

Syntax

  bEnabled = fhSrcIsAutoTitleEnabled(ptr)

Parameters

ptr
Item pointer. Must point to a Source record.

Return Value

bEnabled
True if the source record is templated and auto-titling is enabled.  False otherwise.

Example

local bEnabled = fhSrcIsAutoTitleEnabled(ptr);