Dalija Prasnikar
“Embarcadero Technologies – Conversation with Dalija Prasnikar, Embarcadero MVP, on covering her new book on Delphi Event-based and Asynchronous Programming.” Book intro by Neven Prasnikar Jr. and a recording of live Q&A chat hosted by Jim… … Read more
4 years ago in Asynchronous programming, Delphi, Webinar0
jpluimers
TL;DR of https://css-tricks.com/debouncing-throttling-explained-examples/: debounce: Grouping a sudden burst of events (like keystrokes) into a single one. throttle: Guaranteeing a constant flow of executions every X milliseconds. Like checking every 200ms your scroll position to trigger a CSS animation…. … Read more
4 years ago in algorithms, Delphi, Development, JavaScript/ECMAScript, Scripting, Software Development0
Stephen Ball
One feature update to RAD Studio 10.4.2, driven by analysis showing an increase in the number of developers using remote desktop to development during Covid, has been a speed up to the IDE rendering over… … Read more
4 years ago in Delphi, News, Remote Desktop0
jpluimers
I totally forgot to queue this, after putting in a draft in 2010. Luckily, nothing has changed since then: the [WayBack] MESSAGE directive Delphi which allows you to emit hint, warning, error (multiple) and fatal… … Read more
4 years ago in Delphi, Development, Software Development0
zarkogajic
The Combo Box Windows control (aka TComboBox in Delphi) is one of the most frequently used user interface elements along with buttons and edits in Windows applications. TComboBox control represents an edit box with a… … Read more
4 years ago in delay, Delphi, tcombobox, ttask, windows api0