Tip Bank

DevX - Software Development Resource

Using SQL2 Built-in Functions

Question: Using SQL2 built-in functions Answer: A problem that’s rampant with many software tools today, even one as complete and comprehensive as Delphi, is that documentation on many important subjects

DevX - Software Development Resource

A Simple Property Editor

Question: A simple property editor Answer: This is an introductory level article about creating a simple property editor that I hope will get you started. I’ll provide enough information about

DevX - Software Development Resource

Some Useful String Manipulation Functions

Question: Some useful string manipulation functions Answer: If you’re like me, you create a bunch of utility functions and store them in a separate unit or maybe even a DLL

DevX - Software Development Resource

Circular referencing

Question: Circular referencing Answer: This tip addresses circular referencing between units; that is, where two units are dependent upon each other in some way. Or in more simple terms: two

DevX - Software Development Resource

ATM LAN Emulation (LANE)

Question: What is the importance of ATM LAN Emulation? Answer: Local Area Network Emulation (LANE) has been proposed as a way to bring thepower of ATM to the user’s desktop

DevX - Software Development Resource

Dial-up Access from Windows

Question: We have notebooks running Windows for Workgroups at location A that need to be able to dial up location B and run a DOS application on a PC. We