TActiveTextBox

API Manual

TActiveTextBox is the active control counterpart of TTextBox component. TActiveTextBox allows the Text property of the textbox to be changed during callback. When AutoPostBack property is true, changes to the textbox contents will perform a callback request causing OnTextChanged to be fired first followed by OnCallback event.