delphi
Discussions tagged delphi
-
more than a month ago
How to create a Delphi Application in which Authentication Parameters are already defined to Run As Administrator?
I want to Run this application across my Domain without any Access Issues and Dont want to share the Domain Admin Password with anyone else.... -
more than a month ago
Migration Delphi 7 To Delphi XE3
Hello, I have a project has just been migrated from delphi 7 to delphi XE3. In compile still has some 4000 warnings: Example: Warnings: W1050 WideChar reduced to byte char in set expressions. Consider using CharInSet function in SysUtils... -
more than a month ago
ios status bar font colour
Does anyone know how to set the status bar font colour to white on ios using delphi? i have tried updating the plist file and calling TUIApplication.Wrap(TUIApplication.OCClass.sharedApplication).setStatusBarStyle(UIStatusBarStyleLightContent); ... -
more than a month ago
IOS - drawing issues
Hi I have an issue with my IOS device, where i am using a TLabel on screen as an item count to display unread items. Now if I set the text to 15, then to 21, the text overlaps the original and does not clear the 15. I have tried repaint, etc... b... -
more than a month ago
FETCH USSD IN ANDROID , IS IT POSSIBLE ?
Hi developers ,In Android development Can i fetch USSD responses ?... -
more than a month ago
DELPHI CERTIFICATE ?
Is there any etablissement gives Delphi Certificate . how can i find it ?can embracadero gives certificate and how ?Thank you ... -
more than a month ago
Indy will support BoringSSL in the next versions of Delphi?
Indy will support BoringSSL in the next versions of Delphi?... -
more than a month ago
Still possible to get Delphi 8 .NET?
Is it still possible to get Delphi 8 .NET? I'm in a bit of a pickle. One of the long-time running apps at my company was written in Delphi 8, however the last dev that worked on it left years before I started. There's now an issue with it, but I c... -
more than a month ago
FMX TFrame Mouse Events?
This refers to Tokyo 10.2. I'm trying to capture the mouse events on an FMX TFrame instance but for some reason these events are not available unless the frame parent is a form. I created a new frame instance during runtime and made an existing TSc... -
more than a month ago
Delphi 10.2 Linux SOAP server application giving compilation error
Hello, i have simple SOAP server application for Linux [Apache] in Delphi 10.2 , but when i compiling that , i'm getting below error , [DCC Error] E2597 c:\program files (x86)\embarcadero\studio\19.0\lib\Linux64\release\Web.HTTPD24.o:Web.HTTPD... -
more than a month ago
Arabic characters showing as question marks in string grid
Hi, I hope someone can help me with this problem. I am using RAD Studio XE8 to make a multi-lingual software for a client. When I started the project everything was working fine. I have an input form to capture information into SQL Express da... -
more than a month ago
Tokyo 10.2 Android edit box problem when displaying virtual keyboard
Since upgrading from XE10 to XE10.2 I have a problem that all my edit boxes in my app no longer move above the virtual keyboard. However, on iOS it works just fine! I'm using the code to move the vertical scroll box up to display the edit box just ... -
more than a month ago
Is it possible to change the version of MSBuild used to build Delphi projects
When building a Delphi project, it appears that the project file is being built with MSBuild 2.0 underneath. I have some external .targets files that will only work with MSBuild 4.0 or newer. Right now, I can call these only by externally invoking $... -
more than a month ago
Borlndmm.dll - Access Violation issue.
Can anyone please tell me how to resolve " Access violation at address in module 'borlndmm.dll'. Replacing with new Borlndmm.dll is not helping me to resolve this issue.... -
more than a month ago
convert a website into mobile app
How I can convert a website into mobile app ? what are the steps or what are the components I should use ? I want to use Delphi Berlin... -
more than a month ago
Read a string from a stream
i can't read a string from a file stream or from a file then have the position in the file here is some code i tried StreamTry := TFileStream.Create('Key2.txt', fmOpenRead); for I := 1 to 17 do StreamTry.Readbuffer(Test[i],1); for I ... -
more than a month ago
How can I send mail with attachment on email client
I need send mail with attachment. I fill some data on the my application UI. (E-Mail client Windows Live Mail) to:[email protected]; subject: Sample subject body: Sample body content attach: file1.txt Like windows SendTo -> E-Mail (Automaticly Open... -
more than a month ago
Why do not work with the collaboration of the Delphi community ?
Hello! As we can see in other companies, the community helps a lot to develop the projects, products, libs etc. We know that a great amount of them are open source, but we also have cases the just some parts of the environment are open source, a... -
more than a month ago
Bug in FormatFloat when running in 64-bit - Drops "e" at end of format string
Delphi XE7 summer and winter hotfixes applied. Format float will drop a trailing "e" in the format string when running in 64-bit mode. Create a new project, drop a button on the form and in the OnClick event of the button insert the following code: ... -
more than a month ago
Trouble Downloading Delphi package for webinar
I downloaded the free C++ Berlin builder for the webinars but have had difficulty over the past few days with downloading the Delphi version. Firstly, the link takes me to the french site, secondly, the download always executes the C++ download wizar...