Guest Posted January 13, 2022 In 11.0 you can paste an image into the stringlist editor . Now that is cool... or... not . Share this post Link to post
Uwe Raabe 2057 Posted January 13, 2022 I wonder what happens when you click on Code Editor... Share this post Link to post
Guest Posted January 13, 2022 The image is converted to a base64 encoded string that you can paste into your browser. If it is an SQL property then the image is converted to a query that gets that image from GetIt when executed. If the property is an HTTP/S Host address the image will be posted on all you social media. A little bit like using Teams IMHO. Share this post Link to post
Rollo62 536 Posted January 14, 2022 Interesting, need more consideration where/how to use that ... 🤔 Share this post Link to post
Fr0sT.Brutal 900 Posted January 14, 2022 On 1/13/2022 at 1:33 PM, Dany Marmur said: The image is converted to a base64 encoded string that you can paste into your browser. If it is an SQL property then the image is converted to a query that gets that image from GetIt when executed. If the property is an HTTP/S Host address the image will be posted on all you social media. A little bit like using Teams IMHO. If it is a Memo or other tstringlist property, the image should be OCR-ed and resulting text should be pasted instead 1 Share this post Link to post
Der schöne Günther 316 Posted January 14, 2022 (edited) Yes, and if the OCR yields Pascal code, it should automatically be compiled and executed. Except not really Edited January 14, 2022 by Der schöne Günther Share this post Link to post