i am making a program that sends data between a server program and its clients. They all use the server and client socket components found in Delphi! I have looked on the Internet and cannot find a wa
I\'m trying to create a small bit of software to mess around with drag and drop a bit. I started out with only creating TButtons dynamically and it worked fine.
According to release notes of Delphi XE2.FireMonkey may create HD application.HD stands fo开发者_运维百科r High Definition.Why HD?Can\'t VCL application create HD apps as FireMonkey?Here is the docume
I am looking into generating a file ( 750 MB ) full of random byt开发者_开发技巧es. The code I am using in a separate thread looks like this:
Background:I am working on an encryption application, i have the app written in Objective C and now i want to rewrite it in pascal so that it runs on windows. I am using pascal as it is a language i a
I have developed an application in Delphi 7 which will send multi-part emails (both in Text and Html format). Now i want to test it using Outlook 2007.
Here is a simple test demonstrating the issue I encounter in a project, using Delphi 2007. I use a TComponent class for storing various states of a component. But the Int64 property writer methods are
does anyone know of a Delphi component that implements something similar to what jquery sortable开发者_如何学Python does, but for a desktop application?
I have a runtime error happening in the rtl Streaming in of a form, causing an exception EClassNotFoundto be raised, while doing TReader.ReadRootComponent. The particular error message is \"Class not
Just started testing FireMonkey and can\'t find a way to make dynamically sized/positioned components.