Examples: AutoComplete_SetOptions()


The following example is a portion of the form pre script for the Main Menu form. It uses the AutoComplete_SetOptions() function to specify the maximum number of items and age for auto-complete items.

AutoComplete_SetOptions("",100,5);

 


Documentation Feedback