The AUTOCOMPLETE component represents an editable field. Once the user stops with keying in data the component will communicate to the server side in order to receive value proposals. The proposals are shown in a popup dialog, so that the user can select a value from the dialog.

The VALUE attribute is the value that actually is the current value shown in the component. This value by default is sent to the server side processing. (There is always some extended way of using the component, so that also a certain id is passed to the server side processing - please check attribute VALUEID). 

The VALUESURL is a URL address which is contacted by the component in order to gather for proposal values. The implementation of the URL is done by adding an object of type IAutoCompleteProvider to your server side implementation (please use DefaultAutoCompletProvider* classe to inherit your implementation from), which provides a dynamic URL that binds into the code to produce the list of proposals.


 