TxdsTXComplect when attached to any TCustomEdit descendant
(TEdit, TMemo, TDBEdit, TDBMemo) watches user input in
attached edit control and searches for the word the user entering
so it is not necessary for user to enter whole word, text completion
componet will end that word ( text insertion is activated by shortcut).
The component searches for words in DataSource - see DataSource Property.