Sunday, October 17, 2010

Override Form Caption

if you want to override a form caption completely, use the following
code in the datasource's active() method, just after the super.

winapi::setWindowText(element.hWnd(), "My caption override text");