Jump to content
View in the app

A better way to browse. Learn more.

FMForums.com

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Parameter Extraction & Conversion

Featured Replies

Hi guys,

Trying to write a plug-in, i've managed to get the data into Vis c++ using fmx:Text variables, the only issue is, i need to extract the data and turn it into a _bstr_t. (tried using the following, but it doesn't really seem to return anything:

_bstr_t User(dataVect.AtAsText(0).kEncoding_Native)

-- but even though it compiles it doesn't really return anything (i was guessing that kEncoding_Native would convert it to a format i could use, because otherwise the compiler throws an error.). Im sort of grasping at straws here -- i'm guessing it has something to do with pointers but could someone please, please give me a simple example of the extraction into a _bstr_t var?

Cheers,

~Genx

To extract the characters from an fmx::Text object, use the GetBytes() or GetUnicode() functions.

  • Author

I swear to you that i tried, but it didn't work properly. I'll give it another go.

Cheers

Create an account or sign in to comment

Important Information

By using this site, you agree to our Terms of Use.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.