initializer

The initializer property allows you to specify the name of an initialization function. At runtime, the system calls the function to set up a Combobox form item.

How the initializer property works will depend on whether the form is part of a BAM-generated application

For forms that are not part of a generated application

Use the initializer property to specify the name of the initialization function. This function is called by the runtime system to set up the form item.

The initialization function must exist in the program and take a ui.Combobox object as a parameter.

For additional information, see the INITIALIZER attribute topic in the Genero Business Development Language User Guide.

For forms that are part of a generated application

Use the initializer property to provide a string for the initialization function name in the generated code. See Define a dynamically populated ComboBox for details on using this property.