I am building a small multipliplayer which will need the following: it must be written in Delphi must support Internet connection (not only LAN)
What is the go with inlining functions or procedures in Delphi (specifically v2010 here, but I had the same issue with Turbo Delphi)?
I wish to be able to declare a Data Snap method with the following signature type TLoginInfo = record Username: string;
Previously I have used Visual AssistX in Visual Studio and it had a very nice spell checking over literals.
I\'m trying to use the Action Manager and Action Main Menu Bar in Delphi 2010 an I have no idea how to make this work. I\'ve tried looking at the examples that come with Delphi 2010 and I can\'t seem
Do you know any free component, compati开发者_JS百科ble with Delphi 2010 or XE to manage ZIP archives (actually, only reading archive contents and extracting files required)?
I\'ve recently had a customer report an issue with my applications and NVidia nView desktop manager. Basically nView seems to \'unhide\' hidden secondary forms when moving an application between monit
how to set array length in runtime ? setLength(t.GetProperty(\'Propertys\'),3); ???? unit Unit3; interface
The formatter in Delphi开发者_如何转开发 2010 is really an annoying thing to me. I prefer formatting my code manually.
I am migrating to Delphi 2010 and I am using Microsoft SQL 2000 (Planning on upgrading to SQL2008)开发者_C百科. I have been using BDE all along and wondering if I should use dbGo (ADO) or dbExpress wi