copy from clipboard on device

koezuma

Member
Licensed User
Longtime User
hi all.

any body knows, how to copy from clipboard to text box on device?

best regards
koezuma
 

mjcoon

Well-Known Member
Licensed User
any body knows, how to copy from clipboard to text box on device?

I've not used it, but according to the Help there is a function called GetClipboardData in the Hardware library.

B4X:
Example:
TextBox1.text = hw.GetClipboardData
Mike.
 
Cookies are required to use this site. You must accept them to continue using the site. Learn more…