Avoiding the TextChanged Event in Desktop Projects

Originally published at: Avoiding the TextChanged Event in Desktop Projects – Xojo Programming Blog

Xojo Mobile and Web project controls don’t raise the TextChanged Event like Desktop controls do. But I want my code to be as similar as possible across all project types so I’ve created some custom controls. In this blog post I’ll walk you through the process of creating a Custom Desktop TextField control.

7 Likes