New IIPs have been made available to support Dynamic Naming:

AvMakeFormName

This method is called when a form has yet to be named using Dynamic Naming.

AvMakeControlName

This method is called each time a cell in the Input/Output control grid in Dynamic Naming interface receives the focus. It allows you to standardise the screen's field names should your application use a certain naming convention.

AvValidateFormName

Validate the name given to a Newlook screen.

AvValidateControlName

Validate the name given to a Newlook screen's control.


Example
You can modify the default behaviour of the Dynamic Naming dialog in the Windows IIP (by default UF_SYSTM).
This example sets the prefix for all newlook controls XXX:
...