I am trying to use Browser.Navigate(URL) to load a web page into TWebBrowser. However, the browser does not care whether the page is updated online, so as long as I don’t restart the program, it wo
Category: Delphi
Delphi is a well-known rapid application development tool (Rapid Application Development, RAD) under the Windows platform. Its predecessor was the “Borland Turbo Pascal” that was popular in the DOS era. The earliest version was developed by the American Borland company in 1995. The main creator is Anders Hejlsberg. After several years of development, this product has also been transferred to the Embarcadero company. Delphi is an integrated development environment (IDE). The core used is Object Pascal developed from the traditional Pascal language. It uses a graphical user interface as the development environment, and uses IDE, VCL tools and compilers to cooperate with the function of connecting to the database. An application development tool centered on object-oriented programming.
Delphi – Gets TTIMEZONE in a non-local time zone and converts between time zones
See answer in English> How to convert a historical timestamp to a different time zone with DST in Delphi? 1
My subject may be very worded, but this is what I have
I have a web service that re
Delphi non-visual TTREE implementation
I am looking for a non-visual persistent tree (TStringTree) implementation. If anyone knows of any good implementation, please let me know.
Thank you.< /p> You will find a flexible non-vis
Delphi VCL Style Tutorial – How to Change Style at runtime
Is there a good VCL style tutorial where we see how to load/change styles dynamically (at runtime)?
This should work for Delphi XE2 and higher, because XE2 is the first version with VCL style
Delphi – Global hook thread takes up too many CPUs, how to fix it?
The following global hook threads take up too much CPU, unless I add Sleep(10) there,
There are other solutions instead of sleep (10 milliseconds)-sleep does not look Like the best solution for my
Delphi – screenshot of the screen specific part of the screen
I am trying to take a screenshot of a specific part of the screen. Here are the coordinates of the part of the screen I want to “cut”:
Left: 442< br>Top: 440
Right: 792
Bottom: 520
That
Delphi – Why does a class need an empty method to call it?
I am evaluating an existing dependency injection library for Delphi, and settled on delphidicontainer due to its simplicity-it only requires a unit file!
However, there is one thing I don’t u
Delphi element alignment – center
It seems that the alignment attribute is very effective, but you can align elements, so if all elements are smaller than the container size, all elements on the panel will be aligned to all element
An error occurred while creating TRESTCLIENT: “None registers the peer of the interface with GUID [{}]
I have created my class to use REST. I have a problem with the TRESTClient component at runtime.
TFrwWebServiceREST = class(TInterfacedObject, IRESTWebServiceProxy)
private
FClientRest: TRES
Delphi: How to store TCUSTOMFRAME and record in a list
I am using TObjectList to store TCustomFrames. Now I want to store more information about TCustomFrame in the same list. The record will be good.
Which delphi class do you want to store in th