Wednesday, April 21, 2010

DELPHI 2010

Delphi® is one of the most respected and widely used Rapid Application Development (RAD) environments today. Over 1.7 million developers worldwide choose Delphi over other tools because Delphi radically speeds desktop, workstation, touch, kiosk, and Web application development without sacrificing an ounce of programming power or control. Applications built with Delphi are lightning fast, compact, provide rich UIs, and can connect with virtually any database or data source “out-of-the-box”. With Delphi, you can:
  • RADically reduce development time and build Windows applications up to 5x faster than with other development solutions
  • Speed your way from prototype to production with visual drag-and-drop tools and a powerful component library
  • Free your customers from keyboards with dazzling touch based UIs
Delphi 2010 is available in Professional, Enterprise and Architect editions. For details on the differences between the editions, see the Product Editions page and Feature Matrix \

Delphi Key Features:
  • RAD IDE with fast drag-and-drop design
  • More than 250+ VCL controls
  • Built-in touch and gesturing support
  • dbExpress with support for 9 major databases
  • DataSnap n-tier middleware with JSON, REST, HTTP, COM, and XML
  • Debugging support for multi-threaded applications
  • UML / code metrics and audits
  • Target Windows 2000, XP, Vista, and Windows 7 from single source
  • Centralized license management and tool deployment with Embarcadero ToolCloud


Technical Resources - Get the latest white papers,  videos and 
technical webinars
Upgrade Center - Resources for upgrading to version 2010
Database App Dev - Useful tips and info to  help you master 
database application development






untuk bahasa indonesianya silahkan terjemahkan sendiri ya.....

Tuesday, April 13, 2010

GRADIEN WARNA FORM DELPHI

bosan dengan tampilan form delphi anda....
sekarang anda dapat membuat tampilan form delphi anda sedikit lebih menarik...
disini kita akan membuat gradien warna...langsung aja yah

silahkan buka new project delphi anda....lalu isikan code dibawah ini
procedure TForm1.FormPaint(Sender: TObject);
      var
         Row, Ht: Word;
         IX: Integer;
      begin
           iX :=200 ;
           Ht:=(ClientHeight + 512) div 256;
           for Row := 0 to 512 do
           begin
              with Canvas do begin
              Brush.Color := RGB(Ix,150,row);
              FillRect(Rect(0, Row * Ht, ClientWidth, (Row + 1) * Ht));
              IX :=(IX-1);
              end;
           end;
      end;


end.

jalankan delphi anda....dan lihat hasilnya....

Tuesday, April 6, 2010

MENGGANTI ICON PADA DELPHI

salam klikq kawan semua...

apakah icon 7 kuning pd delphi bisa di ganti??? jawabannya sangat bisa teman2 dengan sesuka hati kita....

langsung aja ya.....

1. buka program delphi anda..
2. klik menu project --> option
   









3.pilih aplication --> loadfile..
4.ganti icon sesuai keinginan anda...dan lihat hasilnya sendiri2 ya mas2..mbak2..

semoga bisa membantu....:-D :-D

 
Design by Free WordPress Themes | Bloggerized by Lasantha - Premium Blogger Themes | Best Web Hosting