B4A Class Clipboard Class

Hi everyone,

I finally completed my clipboard class. With it you can copy and paste plain text in your android app. Have fun.

Cheers


CLPB

  • Methods:
    • ClipboardHasText As Boolean
    • GetText As String
    • Initialize ()
    • SetText (txt As String) As Boolean
 

Attachments

  • CLPB.bas
    2.3 KB · Views: 478
Last edited:
Top