Maybe you were looking for...

How to convert text data into an Image?

Once you load and image into a component, I can see that Delphi store the image data on DFM, . Example: object img1: TImage Left = 71 Top = 2 Width = 18

Question about exception guarantees for custom operator=

I have a class used to work with disk data consisting of an enum class and vector<char> sized based on the enum. The enum is an invariant for each object

How to use excel file data in an ios app?

I'm new to Rad Studio so I may be missing something, but I am trying to create an iOS app that just displays a list of data. I currently have an iOS app with a

Select-Object Data Failure From Succesful Invoke-RestMethod

I have a working call to a rest service using Invoke-RestMethod -Uri https://.... The call's result, in JSON, can be piped the data to Format-Table -Property ..

why i cant resize lightbox images?

I'm using lightbox for Bootstrap 5. According to this site, if you add a line of code to your java script, you can choose which size you want to output sm lg or

Merging two discord banner commands into one

hi im trying to turn my two banner gifs into just one, right now i have one for gifs and just basic images. How would i be able to make them show a gif and if i

Get nested data out of URQL Svelte Store - Cannot read property

With URQL fetched a post out GraphCMS - URQL creates a store which is looking like this: { "stale": false, "fetching": false, "data": { "post": {

Different behaviour with ems and rems in Safari and Chrome

In Chrome When I decrease the font-size of .box then .inner-box scales down accordingly until 0rem (where .inner-box is completely gone). In Safari When I decre

EF Core 6 – ToQueryString() on a query created with FromSqlRaw thows exception "Sequence contains no elements"

It is the first time I'm using the query mode of EF Core. Because my large query with parameters threw also the exception "Sequence contains no elements". Syste