Name property

App.Name — Text

The name, as assigned in Calcapp Creator.

Example

TEXTJOIN(", ", FALSE, FormGroup1.Fields.Name)TEXTJOIN(", "; FALSE; FormGroup1,Fields,Name)

Returns a comma-separated text string containing the names of all fields of FormGroup1.