AppRecord HasVariableDBFields() Method

Tests whether the calling AppRecord is from a table with variable fields.

Function Signature

 bool HasVariableDBFields()

Parameters

Parameter Type Description

None

Return

Type Description

bool

Returns true if the calling AppRecord's table has variable fields.

Technical Details

SBM ModScript version: 11.3.

Example

Notes

None.

Related Topics

AppRecord