Search the Community
Showing results for tags 'movile'.
-
Good morning, in application using components for mobile apply the showModal? , because it is not working for me. I have synchronous server drive = truth procedure TMainForm.btnShowModalClick(Sender: TObject); var M : TModalResult; begin M := UniForm1.ShowModal; case M of mrOK : ShowMessage('OK'); mrCancel : ShowMessage('Cancel'); mrNone : ShowMessage('None'); end; ShowMessage('Done, ' + UniForm1.UniEdit1.Text); end;
-
Hello, I would always keep the keyboard visible, to avoid changes in the presentation format of the device 1. You can always keep the keyboard visible on a mobile device? 2. If possible how? 3. You can make scroll the screen to advance the fields according to the field where we are positioned?
