Mr. Baranov D.A. have published his Delphi wrapper for Sciter at GitHub.
Sciter, Delphi wrapper
Posted on
UI and frontend software design and consulting since 1991
Mr. Baranov D.A. have published his Delphi wrapper for Sciter at GitHub.
In Sciter 3.2.0.3 I’ve added so called object match feature to built-in like operator and switch/like statement. Let’s imagine that we have some sequence of objects/data like: var shoppingCartData = [ { product:"Apple", price: 0.95, calories:52 }, { product:"Orange", price: 0.75, calories:47 }, { product:"Toothbrush", price: 1.75 }, "deleted", { product:"Pear", price: 1.25, calories:57 },…