Sorry, but there aren't any posts in the Uncategorized category yet.
Delphi Nieuwsbrief
Wilt u nieuws en wetenswaardigheden van de Delphi wereld ontvangen meld u aan als abonnee op onze nieuwsbrief.
PS. Wij zullen nooit uw e-mail adres misbruiken, verkopen, etc. Wij haten ook SPAM.
Embarcadero has announced some great growth numbers of Delphi and C++Builder in 2011: 54% growth over 2010 in worldwide sales. Considering the 15% growth of previous years, it means the Delphi sales have double since Embarcadero took over the "CodeGear" business unit from Borland. I have to say that ... […]
Today I receive a question about how disable the vcl styles in the non client area of a vcl form. Well that can be done using a Style hook. Tipically a VCL form with a vcl style look like this To remove the vcl style in the non client are we need create a style hook which descend of the ... […]
Bruno Firens posted on Delphi Developer: "Our 2nd product for the FireMonkey framework has been released today: TMS TableView for FireMonkey. Fully cross-platform (Win32,Win64,Mac OSX,iOS) and fully customizable via styles!" TMS TableView supports Delphi XE2 and C++Builder XE2. A few of the ... […]
For my next quest I decided to find out how accelerometer works in web applications. IOW, I wanted to control an object on my HTML page just by moving my iPad around. I limited my quest to iOS because that’s my favorite toy. don’t know yet how to do it in Android – this StackOverflow post ... […]