Hi. How to disable changing uniEdit.Text from Client Side? Scenario: https://stackoverflow.com/questions/58080896/how-to-protect-my-form-input-field-data-from-a-user-to-changes-in-the-console 1. I have form that use uniEdit to keep some information, like userName 2.This uniEdit is owned by TuniHiddenPanel and that panel.Visible = False and uniEdit.Visible = False 3. when i Click some button , then I get uniEdit.Text and use it to save data to Database.   My pro