Posts

Hello guys, i'd like to know if there is any open source project (Delphi) that you'd like to exist?

Delphi for iOS? Mas quais os planos dos desenvolvedores Delphi para mobile/tablet? | Andreano Lanusse | Tecnologia e Desenvolvimento de Software

http://www.andreanolanusse.com/pt/delphi-for-ios-mas-quais-os-planos-dos-desenvolvedores-delphi-para-mobiletablet/

A "pet project" experiment ! Not a new language, but something different !

A "pet project" experiment !  Not a new language, but something different ! https://github.com/davidberneda/TeeCode https://github.com/davidberneda/TeeCode

Doing a a simple demo. Can anyone think of any other places an attribute can go?

Doing a a simple demo.  Can anyone think of any other places an attribute can go?   [Sample]   TAttributesEverywhere = class   private     [Sample] FSomeProperty: Extended;     procedure SetSomeProperty(const Value: Extended);   public     [Sample]     procedure DoThis([Sample]aParameter: string);     [Sample]     function DoThat([Sample]aParameter: TObject): integer;     [Sample]     property SomeProperty: Extended read FSomeProperty write SetSomeProperty;   end;
Can someone help me, i need a 2D barcode scanner that will be placed in a production line to scan the product that move on the conveyor, i couldn't found which one support reading 2D barcode, datalogic only have 1D barcode reader. Thanks for any help
Has anyone here done anything with the Volume Shadow Copy Service APIs? I have the article and sample code from The Delphi Magazine, from 9/2005, and have made the slight changes necessary to achieve a build, but the demo app does not work properly.

Blog post "Class Operators in Delphi" at http://blog.marcocantu.com/blog/class_operators_delphi.html

Blog post "Class Operators in Delphi" at http://blog.marcocantu.com/blog/class_operators_delphi.html http://blog.marcocantu.com/blog/class_operators_delphi.html
I want to study delphi well,please give me same idea
My predecessor amazed me again. He developed simple rollback operation by saving history to a txt files in application folder named back_1.txt, back_2.txt, etc. Wouldn't be so bad for application used locally, not on share net folder :)
Great to be here..

I'm looking for a tool to manage the versions database firebird.

I'm looking for a tool to manage the versions database firebird.  But I have not found anything yet, anyone know any tool with this functionality?  Or have any idea how it works? Should you not find'm thinking of developing one and it offers

http://theroadtodelphi.wordpress.com/2013/03/27/getting-processor-info-using-object-pascal-delphi-fpc-and-the-tsmbios/

http://theroadtodelphi.wordpress.com/2013/03/27/getting-processor-info-using-object-pascal-delphi-fpc-and-the-tsmbios/ http://theroadtodelphi.wordpress.com/2013/03/27/getting-processor-info-using-object-pascal-delphi-fpc-and-the-tsmbios/
6 month contract opportunity for a mid- to senior-level Delphi developer, remote or on-site in Omaha. Maintenance and new features for an existing application written in D7, with Firebird, and DevEx, currently under conversion to XE3. I'm a developer on the team and can answer tech questions, for business/contract related questions I can put interested parties in contact with management.
Hi All, Can you tell me any analog of TVirtualStringTree for FireMonkey?

WTH ? ;)

WTH ? ;) http://imgur.com/3QXzdxN

One of my projects does exactly this since I migrated from D2007 to D2010 2 weeks ago:

One of my projects does exactly this since I migrated from D2007 to D2010 2 weeks ago: http://qc.embarcadero.com/wc/qcmain.aspx?d=71562 The interwebz won't have any other hints for me, but maybe here is a living soul who can explain the mystery to me? http://qc.embarcadero.com/wc/qcmain.aspx?d=71562

Does your company do Delphi consulting?

Does your company do Delphi consulting? Embarcadero is looking to expand our Consulting Partner listings  with companies that specialize in the design and development of software applications and use Embarcadero products such as Delphi, C++Builder, RAD Studio and InterBase. If you lead or work for a consulting company that fits the description, please contact: Sylvia Guell - sylvia.guell@embarcadero.com– Tel: 415-343-1672  You can learn more about the program at:   http://www.embarcadero.com/rad-studio-partner-program http://www.embarcadero.com/rad-studio-partner-program

Using Generics to Manipulate Enumerable Types

http://www.thedelphigeek.com/2013/03/using-generics-to-manipulate-enumerable.html

Fellow Delphi developers

Fellow Delphi developers, This is with great pleasure that we announce the immediate availability of HelpNDoc 3.9, an easy to use yet powerful help authoring tool producing CHM help files, HTML or mobile WebSites, Word and PDF manuals as well as ePub and Kindle eBooks from a single source. HelpNDoc is Free for personal use and evaluation purposes and is available at: http://www.helpndoc.com HelpNDoc 3.9 features a new importer which can import whole folders and sub-folders including multiple file formats and includes many great productivity enhancements as well as bug fixes. Please have a look at the feature page to learn more about HelpNDoc: http://www.helpndoc.com/feature-tour Learn more about this new version: http://www.helpndoc.com/news/2013-03-26-import-folders-and-improved-documentation-authoring-productivity-helpndoc-39 Download HelpNDoc and use it freely for personal and evaluation purposes: http://www.helpndoc.com Best regards, John, HelpNDoc team. http://www.helpndoc.com htt...
Are hangouts available in groups? I expect they are. Is anybody interested in scheduling one just for fun (obviously)?

I saw this question on the delphi.non-tech forum from Chris Rolliston and thought it would be interesting to bring the question over here.

I saw this question on the delphi.non-tech forum from Chris Rolliston and thought it would be interesting to bring the question over here. Do you use LiveBindings? I've only used it in a demo or two with Delphi XE2/3 but since my workplace only uses Delphi 2007, I've not really used it much. I suppose if I were to build something in FireMonkey then I most likely would use it. https://forums.embarcadero.com/thread.jspa?threadID=85044
does anyone have any idea how to access TPS database (filemane.tps)??

procedure TEventForm.Thatsanono(DataSet: TDataSet);

procedure TEventForm.Thatsanono(DataSet: TDataSet); begin inherited; Abort; end; Assigned to the BeforeDelete and BeforeInsert events on a ClientDataSet.

Hi folks, I am in trouble setting up my first Jenkins job for a Delphi 2007 project.

Hi folks, I am in trouble setting up my first Jenkins job for a Delphi 2007 project. So far I've studied obvious articles on the net (blog posts and stack overflow issues concerning the use of Jenkins with Delphi). I've defined the rsvar.bat variables in the global Jenkins options. I've installed Delphi 2007 on the build machine. I've created a job, that does a Subversion checkout and that has an MSBuild step. I am calling my .dproj file with the following arguments /p:Win32LibraryPath="$(BDS)\lib" /target:Build /p:config=Release The build starts fine and after compiling some units it fails with Error: E2003 Undeclared identifier: 'MyFunction' Somehow MyFunction cannot be resolved although it's unit is included in the interface declaration and is also integrated directly in the project (whereas other sources are only available through specified search paths). This code/ the project compiles fine and without error on different development machines. ...

Don't marry programmer because of this ;-)

Image
Don't marry programmer because of this ;-)

New in Smart 1.1: Property Expression

http://www.smartprogrammer.org/2013/02/new-in-smart-11-property-expression.html

Why Delphi Looses focus on the net application.

Why Delphi Looses focus on the net application. 60% application run on web but Delphi still on native platform. IS Delphi have any future.....?

Something is brewing in the lab... (with image this time!)

Something is brewing in the lab... (with image this time!) http://i.imgur.com/GXeaYNl.png

I'm trying to implement simple drag and drop by using TControlDragObject just like in (VCL Drag Image Hot Spots section)

I'm trying to implement simple drag and drop by using TControlDragObject just like in (VCL Drag Image Hot Spots section)   http://www.blong.com/Conferences/BorCon2001/DragAndDrop/4114.htm#VCLHotSpots In delphi 7 drawn control is visible only when I have a mouse outside a form. Why? http://www.blong.com/Conferences/BorCon2001/DragAndDrop/4114.htm#CustomComponents
My codebase has 533 calls to Application.ProcessMessages in it.