Thursday, August 28, 2014

Step by Step Making Management System Software

If you work as a programmer in a company, then you probably got a task to make a Management system software for your company. In some company, we will do this task as a team with our co-workers,...
read more

Saturday, June 14, 2014

Connecting Delphi with SDF (Sql Compact) Database using ADO

This Delphi Tutorial will show how to connecting Delphi with SQL Compact Database using ADO. To connecting ADO with SDF file, first we must install Sql Compact on windows. We can download it here for...
read more

Thursday, June 5, 2014

Get Column Value from CxGrid Multiselect (DevExpress)

For this Delphi Tutorial, i will write the code how to get value from a column for the data that we select. In this Case, we can select data more than one, and then get the values from a column from...
read more

Friday, May 23, 2014

Learning Delphi for First Time

Like other Programming Language, we will learn how to make 'Hello World!' project with delphi. for this Delphi Tutorial project, i will use 3 methods : 1. Using Edit Text and Button I assume we already...
read more

Wednesday, May 21, 2014

Delphi Introduction

From wikipedia, delphi is an integrated development environment (IDE) for console, desktop graphical, web, and mobile applications. Delphi's compilers use their own Object Pascal dialect of Pascal and generate native code for 32- and 64-bit Windowsoperating systems, as well as 32-bit Mac OS X, iOS and Android. As of late 2011 support for the Linux operating system was planned by Embarcadero. Delphi was originally developed by Borland as a rapid application development tool for Windows, and as the successor of Borland Pascal....
read more
Page 1 of 212Next