Delphi 5 is a specific version of Delphi.
Is there any way in Delphi 5 to convert a string to a TDateTime where you can specify the actual format …
delphi delphi-5What is TApplication.Handle? Where does it come from? Why does it exist? And most importantly: why do all forms …
delphi delphi-5 design-rationaleI tried to install Delphi 5 on Windows 10, but hangs when configuring the BDE. I've tried in a different directory with …
delphi windows-10 delphi-5 bdei have a window that i want to minimize (to the taskbar), so i call ShowWindow: ShowWindow(Handle, SW_MINIMIZE); …
windows delphi windows-7 delphi-5 windows-95i'm looking to understand virtual override overload reintroduce when applied to object constructors. Every time i randomly add keywords until …
delphi constructor delphi-5 constructor-chainingMight it is very simple question but I never touched delphi. I have a edit box and that can accept …
delphi delphi-5Hello I am using the CopyFile function in Delphi 5. But the file is not getting copied to destination. I am …
delphi delphi-5How can i get the version of my running application? i have been using GetFileVersionInfo(ParamStr(0), ...): filename := PChar(ExtractShortPathName(ParamStr(0))); //…
delphi winapi resources versioning delphi-5