Top "Delphi-xe6" questions

Delphi XE6 is a specific version of Delphi released in April 2014.

Converting UnicodeString to AnsiString

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-xe6
No mapping for the Unicode character exists in the target multi-byte code page ? (Delphi XE6)

The following code works on Win32, anyway it is trowing exception if run on Android or iOS. The exception is : "…

delphi delphi-xe6
How to call CreateProcess in Delphi?

Following the documentation of CreateProcess, and the example from MSDN, i'm trying to call CreateProcess: var commandLine: string; si: TStartupInfo; …

delphi winapi delphi-xe6
Delphi Change main form while application is running

I have this problem. When I hide my main form, then the taskbar icon of my application is also hidden. …

forms delphi vcl taskbar delphi-xe6
How can I drag & drop a file from the shell?

I 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