Delphi XE6 is a specific version of Delphi released in April 2014.
In the olden times, i had a function that would convert a WideString to an AnsiString of the specified code-page: …
delphi unicode internationalization delphi-xe6The following code works on Win32, anyway it is trowing exception if run on Android or iOS. The exception is : "…
delphi delphi-xe6Following the documentation of CreateProcess, and the example from MSDN, i'm trying to call CreateProcess: var commandLine: string; si: TStartupInfo; …
delphi winapi delphi-xe6I have this problem. When I hide my main form, then the taskbar icon of my application is also hidden. …
forms delphi vcl taskbar delphi-xe6I am trying to drag and drop a video file (like .avi) from desktop But ı can not take it to …
delphi drag-and-drop delphi-xe6