1. Computing & Technology

Object Oriented Programming in Delphi

Delphi programming language is packed with features to help you make robust OOP style applications. All classes descend from TObject. TObject introduces methods that implement fundamental behavior like construction, destruction, and message handling.

Dive into Delphi OOP
Delphi Spotlight10

Hide, Slide And Fade Away Controls On A Delphi Form

Tuesday May 15, 2012
in VCL Magic :: A simple "Panel1.Visible := false;" will make a panel invisible, but why not make it more eye candy by providing a hiding animation.

Read the full article to learn how to Use AnimateWindow API To More Nicely Hide and Show Delphi Controls

Related:

Why Delphi? - For Novice Delphi Developers and First Time Visitors!

Tuesday May 8, 2012
in For Beginners :: I've updated some of the oldies to include the latest info on what Delphi has to offer. If you are asking yourself "what is Delphi?", "what can I develop in Delphi?", "is there a future in Delphi?", "how do I start?" and alike ... here are some articles to guide you:

About Delphi Programming - for Novice Developers and First Time Visitors

What Is Delphi And What Can You Do With It (Better: What Delphi Can Do For You)

The Building Blocks Of A Delphi Application

Delphi History - from Pascal to Embarcadero Delphi XE 2

What Happened to "Borland Delphi"? What is CodeGear? What is Embarcadero?

Related:

Select XML Nodes Into IXMLNodeList Using XPath In XmlDom.Pas

Friday May 4, 2012
in Delphi and XML :: XPath uses a path notation, similar to that used in file systems and URLs, to specify and match pieces of the document. In Delphi, the XPath implementation in included in the xmldom.pas unit.

The IXMLNode does not have a way of selecting child nodes into a node collection by node name. You can iterate through all the nodes and if TXMLNode.NodeName matches "name" process it. A far better approach is to take advantage of the powerful node processing features in XPath.

Read the full article to learn how to Get IXMLNodeList Using XPath's IDomNodeSelect

Related:

Let Your Delphi Application Be Executed When A Folder Is Right-Clicked in Windows Explorer

Tuesday May 1, 2012
in Delphi TIPS :: When a users right-clicks on a folder in Windows Explorer a context popup appears. Beside standard items you can add an item for your application. When a user click the item - your application gets started and you can send it (as a parameter) the folder selected.

Read the full article to learn how to Add Your Delphi Application as Item to Windows Explorer Folder Shell Menu

Related:

Discuss in my forum

©2012 About.com. All rights reserved.

A part of The New York Times Company.