Tip Bank

DevX - Software Development Resource

Drag and Drop for List Boxes

Question: How do I implement drag and drop between two list boxes on a form? Answer: Dragging items from one list box and dropping them into another is, with Delphi,

DevX - Software Development Resource

Highlighting/Making Bold Button Text

Question: How do I highlight or make bold the text in a button or a list? Answer: Java Buttons, Lists, Labels, TextAreas, Canvases, etc, are all subclasses ofthe Java Component

DevX - Software Development Resource

Conversion of a non-OO programmer to Delphi

Question: I have an expert C-programming background. Now that I want to OOP I find myself frustrated with learning Delphi and the paradigm shift to OOP at the same time.