Hi, I've been having trouble with this code. i was wondering if someone could...
procedure TForm1.Button1Click(Sender: TObject); var sRace,sSport,sGender:String; iAge:Integer; begin sRace:=cmbRace.ItemIndex(cmbRace.ItemIndex); sGender:=rgpGender.ItemIndex(rgpGender.ItemIndex);...
View ArticleHow can I compile a Project (".DPROJ" file) bypassing the linker (without...
Hi, I have dozens of Delphi Projects (".DPROJ" file), where one project can depend on others, and I'm using a dependency manager to compile in order. But, I don't want generate the executable for the...
View Articlebuild project by Microsoft MSbuild
Hello, I'm build a Delphi project by MSbuild (after successfully build by Rad Studio IDE) and it keeps giving error about don't found the unit of namespace such as "F2613 Unit 'Windows' not found." If...
View ArticleAuthenticate users via fingerprint scan
Hi, Is it possible to develop a custom application that can authenticate users via fingerprint scan? Best regards. Manoel Pedro
View ArticleTFDConnection on DataSnap server
I have a TFDConnection on a TDSServerModule. In designtime it connects just fine. I start the server, and then a client, and via the client I ask the server to connect to the database, and then I get...
View Articlehttps://forums.embarcadero.com
Does anyone else have issues accessing https://forums.embarcadero.com/forum.jspa?forumID=380&start=0
View ArticleRetrieve calendar events on a mobile device
Has XE10, FMX, a component to query, retrieve, calendar (agenda) events on a mobile device both for Android and iOS, somewhat similar to the FMX.AddressBook (TAddressBook, ..) classes provided in XE10...
View Articleincorrect method declaration in class
Hi, I'm using xe7 c++ and jedi v3.49 (open source jedi project) I have problem with JvdbUltimGrid compoonent event "onRestoreGridPosition". can not create methot for this event. void __fastcall...
View ArticleIncorrect method declaration in class
Hi, I'm using xe7 c++ and jedi v3.49 (open source jedi project) I have problem with JvdbUltimGrid compoonent event "onRestoreGridPosition". I can not create methot for this event. thanks all.
View ArticleGhost breakpoints in the TDS file
Hi there, After upgrading our (rather large C++) project from "C++ builder XE2" to the newest "RAD Studio 10.2" I having a tough time with persistent "ghost" breakpoints i.e. breakpoints that are not...
View ArticleInstalling RAD Studio 10.2 Delphi Problem
I am trying to install RAD Studio 10.2 Delphi however before i start the install it says "we have detected that your system path is close to reaching the windows limit". It then gives me the option to...
View ArticleSubVersion client from the IDE
Hi there, Trying to get the Subversion client to Work from inside the IDE (following the guidelines from the README file (c:\Program Files (x86)\Embarcadero\Studio\19.0\bin\subversion\) and the online...
View Articledémarrage de delphi starter tokyo
impossible de démarrer delphi tokyo starter : une erreur dans repository.xml le document xml doit contenir un élément de niveau supérieur ligne 0. que faire pour régler ce problème ?
View ArticleXCode 8.3?
Hi, As always, starts aligned like each previous releases... RAD Studio is out, and a few days later, the new XCode is there too.Did anybody try XCode 8.3 with RadStudio 10.2?Is anything broken?Thanks...
View ArticleInspecting variable values in Delphi Tokyo 10.2 Starter
My question is concerned with debugging. I used to use Delphi 7, I'm quite a beginner, learning on my own and from tutorials. Now I'm using Tokyo 10.2. Starter. In Delphi 7, if I set a breakpoint...
View Article10.2 Debugger not showing values of variables
By hovering over a variable in a breakpoint the debugger shows me the same as in design-time. What I'd like to see is the value of the variable as in preceding versions. Is this a bug or a setting I...
View ArticleLegal using two Delphi Starter instances
Hello to all! I am trying to learn to programming and since this I am there with one question. Recently I have downloaded a new Delphi Tokyo 10.2 Starter edition (which is free). This is a cool IDE...
View ArticleE2035 Not enough actual parameters
I have an issue with the following code : Type TTagNotificationList = array of TNotifyEvent; protected function IndexOf(List:TTagNotificationList; aHandler:TNotifyEvent):Integer; Implementation...
View Articlecannot resolve unit names 'unitname' errors are occuring after opening the...
We are getting lots of cannot resolve 'unit names' for all vcl standard controls such as Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,.. etc. The Delphi 101 berlin version...
View ArticleTool Palette malfunction
While using XE2 the "Data Access" component disappeared from the tool pallete. How do I get it back?
View Article