Skip to main content
AI Assist is now on Stack Overflow. Start a chat to get instant answers from across the network. Sign up to save and share your chats.
4 votes
2 answers
191 views

I have a web app written in Delphi 12 using TMS Webcore components. At logout (which happens by user action, or after idle timeout), I want to clear the memory for security reasons, in case there are ...
Rohit Gupta's user avatar
  • 4,277
1 vote
1 answer
117 views

I am adding an SVG image to a black background in TMS WEB Core and would like to change the color of the SVG image to White. I have tried changing color in the properties but there is obviously no ...
Puffer Fish's user avatar
0 votes
1 answer
80 views

I've got a TWebComboBox component on my form and every item in it has a different text size. Currently what I've done as a temporary solution is to just manually check the selected item's text content ...
Shaun Roselt's user avatar
  • 4,391
0 votes
0 answers
136 views

I have a TMS WEB Core application with code all over the place that changes the URL via the window.history.pushState function. Is there a way I can detect when the URL has changed? Let's say for ...
Shaun Roselt's user avatar
  • 4,391
2 votes
0 answers
210 views

I am trying to use the TWebSHAHash from my website using Delphi. I tried using what is on the documentation: https://download.tmssoftware.com/doc/tmswebcore/components/twebshahash/, but it won't work. ...
Gorhin Stroebel's user avatar
0 votes
1 answer
133 views

I've got a TWebGridPanel component that I'm dynamically populating with rows and columns as well as controls within those rows and columns. My issue is that I need to clear/delete/destroy all controls ...
Shaun Roselt's user avatar
  • 4,391
0 votes
1 answer
132 views

I'm busy converting some JavaScript code over to Delphi and I'm trying to dispatch a keyup event on a TJSElement class. In JavaScript, this is how I have done it: layTable.querySelector("....
Shaun Roselt's user avatar
  • 4,391
0 votes
0 answers
146 views

I have a TMS AdvWebBrowser component. Initially it showed that the WebView2Loader_x86.dll was missing. (This showed on the component when dropping it on a form) I installed the Evergreen, and the ...
Japster's user avatar
  • 1,013
1 vote
0 answers
105 views

I have written a "TMS WEB PWA Application" in Delphi which allows users to install the web app on their devices. The PWA app works well, I'm able to install it. On Windows, it gives a popup ...
Shaun Roselt's user avatar
  • 4,391
2 votes
0 answers
51 views

I am working with tms web Core, and I am curious about how it handles rendering. Specifically, I want like to know whether tms pages are rendered server-side or client-side. Can someone clarify this ...
Moshelly's user avatar
  • 171
2 votes
1 answer
454 views

I am currently exploring web development options in the Lazarus IDE. I know TMS WEB Core is available for Lazarus. I am wondering if IntraWeb is compatible with the Lazarus IDE. I have used IntraWeb ...
Moshelly's user avatar
  • 171
1 vote
1 answer
142 views

I have a TWebTableControl that I need to load data into, but I do not understand how to do this. I do not understand the documentation either: https://download.tmssoftware.com/doc/tmswebcore/...
Moshelly's user avatar
  • 171
1 vote
0 answers
55 views

I have the trial version of tms web core and I want to know how long this trial version lasts, when will it expire? The product itself does not tell me and I can't find anything online either.
Moshelly's user avatar
  • 171
3 votes
1 answer
111 views

I am trying to put a phone SVG image into a TWebImageControl in the .pas unit. I tried adding the image to the TWebImageControl with code that executes on the creation of the application. PhoneWIC....
Puffer Fish's user avatar
0 votes
1 answer
368 views

I've got a simple function in Delphi that is marked as an [async] function. Currently, the function doesn't do anything. It literally just returns a Boolean value of True: [async] function ...
Shaun Roselt's user avatar
  • 4,391

15 30 50 per page
1
2 3 4 5
8