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
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
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
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 ..
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
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
With URQL fetched a post out GraphCMS - URQL creates a store which is looking like this: { "stale": false, "fetching": false, "data": { "post": {
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
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