B4A Library [B4X][B4Xlib] B4XClipboard

As the name says, crossplatform (B4A, B4J, B4i) clipboard.

For B4A I used the code from @hatzisn's class and I thank him for sharing it.

Updated to version 2.0.0. Great work, @Alexander Stolte, thank you.

  • B4XClipboard
    • Functions:
      • hasImage As Boolean
      • HasText As Boolean
      • Initialize
        Initializes the object. You can add parameters to this method if needed.
    • Properties:
      • Image As B4XBitmap
      • Text As String
 

Attachments

  • B4XClipboard.b4xlib
    1.8 KB · Views: 7
Last edited:

vecino

Well-Known Member
Licensed User
Longtime User
B4X:
B4J=true
Group=Default Group
ModulesStructureVersion=1
Type=Class
Version=10
@EndOfDesignText@
#Region VERSIONS
'    2.0.0.    01/28/2025
#End Region
 
Top