Caves Travel Diving Graphics Mizar Texts Cuisine Lemkov Contact Map RSS Polski
Trybiks' Dive Texts VCL YAC Software
  Back

List

Charsets

Charts

DBExpress

Delphi

HTML

Intraweb

MSTest

PHP

Programming

R

Rhino Mocks

Software

Testing

UI Testing

VB.NET

VCL

WPF

VCL
  • Checking "Dangling" Event Handlers in Delphi Forms
    I like Visual Form Inheritance (VFI) in Delphi, but the tool support could be much better. One things that like to get out of sync. when working on form hierarchies is event handler mappings between events and the respective procedures. Here's a small procedure that will check any discrepancies in that area.

  • Automated Testing of Window Forms
    Tired of continuously verifying tab orders and accelerators in your window forms? How many times have you shipped a program that duplicates shortcuts, doesn't have FocusControl assigned in labels, doesn't have default buttons in dialog windows, etc.? Well, this text describes an approach for automatic testing of window forms (and other controls, for that matter). An approach that, at least for me, saves hours of testing time each week.

  • Forms as Frames
    Placing standard forms (TForm) as frames on other forms.
Top