|
Programming Languages
|
Delphi Corner Article - Creating a Descendant of a Component to ...
| This tip is an example of extending the functionality of a component by creating a descendant. While implicit to the discussion at hand, here's where the ... |
Delphi Corner Article - Parsing the Words in a Sentence
| This week's tip is some code that actually accomplishes something very simple: parsing the words of a sentence. I've been hanging out in the newsgroups and ... |
Delphi Corner Article - Creating A Component at Runtime
| I want to create a button in code, put it on a form and attach a procedure to its click event. How can I get the click event linked to a predefined ... |
Delphi Corner Article - An Enhanced TQuery
| In many of my applications, when I perform a query, I write it out to disk, using a TBatchMove. How can I create a component that will combine the ... |
Delphi Corner Article - Using two Data Controls to display Data ...
| How can I use two different data controls to display data from a single data source and table?For instance, I'd like to use a DBGrid as a navigating tool as ... |
Delphi Corner Article - Controlling a Form's Visibility at Runtime
| Typically, you want to have your programs visible and have the ability to switch to them; however, there are times when you have a background operation that ... |
Delphi Corner Article - Manipulating a TRadioGroup's Individual ...
| This subject falls into the yeah, it's something you could do, but should you category. In other words, don't do it just because it's possible. ... |
Delphi Corner Article - Using CreateProcess to Execute Programs
| What's a Process. Before I give you the code to execute a program in Windows with CreateProcess, I feel we should delve a bit into the concept of a what a ... |
Delphi Corner Article - Creating Component Arrays
| In Visual Basic I can create component arrays, but I can't seem to find a way to in Delphi. Does Delphi have this capability? ... |
Delphi Corner Article - Creating Shaped Forms
| Hey! Bored with rectangular windows? HERE'S THE CODE to make any shape you want based on a bitmap picture. How to do it: ... |
Copyright © 2002-2006, websy.net All Rights Reserved.