Form1->Edit2->Text = IdCoderMD51->CodeString(Form1->Edit1->Text);
IdCoderMD51->CodeString(String to encode);
but as the example above nothing apears on the second EDIT
any sugestion? what i am doing wrong?
--Ricardo
I have never used it, but taking the time I found this in Google
Groups:
IdCoderMD51->AutoCompleteInput = true;
IdCoderMD51->CodeString(Form1->Edit1->Text);
Form1->Edit2->Text = MD5->CompletedInput();
I don't know, if the first line is really necessary. Just try.
Hope this solves the problem.