You should have a look at the Hardware library, there you can get SIP parameters.
You cannot resize a Form on the device, you must adjust the Controls.
You should have a look at the Hardware library, there you can get SIP parameters.
You cannot resize a Form on the device, you must adjust the Controls.
I found it.I put the controls in a panel and set autoscroll property of panel to true.When i display sip i set panel height equal to (form.height-sip.height).The problem is that i do not know how to scroll the panel to the control who has the focus before the sip appears.
Depending on what you have on top of your form you could perhaps change the panel's top parameter instead of changing it's height, and adjust it with the GotFocus event of the controls.
Or you could also use your own VScroll object and adjust the Top parameter.