Konstantin Tomov
AsmProfiler is a full tracing 32bit profiler (instrumenting and sampling), written in Delphi and some assembly. AsmProfiler stands for “assembly profiler” because the heart of the profiler is written in assembly. According to the author… … Read more
4 years ago in asm , Code , Delphi , object pascal , Profiler , programming , RAD Studio , Tech Partner , techpartner , windows
0
Konstantin Tomov
The MusicPlayer application uses controls such as TProgressBar, and TTrackBar, and platform-specific technologies such as MPMusicPlayerController for iOS, to show how to create a music player. Your device needs to have at least one song… … Read more
4 years ago in C++ , Code , Delphi , FMX , IDE , Music player , object pascal , programming , RAD Studio , windows
0
Muminjon
When it comes to database applications, you start processing lots of data and events. So, to handle these events properly we can use TFDEventAlerter class to handle the database event notifications. The general behavior of the… … Read more
4 years ago in C++ , cbuilder tfdeventalerter , database , database events , Delphi , delphi firedac , delphi tfdeventalerter , firedac tutorials , object pascal , programming , tfdeventalerter , windows
0
Eli M. (MVP)
The recently released AMD Ryzen 9 5950x offers 16 cores and 32 threads so let’s see what kind of performance we can get out of a parallel C++ compile with those 32 threads. At the… … Read more
4 years ago in 5950x , amd ryzen 9 , benchmark , C++ , cbuilder , Code , ios , News , parallel , parallel compilation , Productivity , programming , ryzen 9 5950x , ryzen9 , TwineCompile , windows
0
Muminjon
Delphi RunTime Library gets enhanced with each new Delphi release, but often these improvements hide behind many flashier features. In this session, you can find out some of these fantastic RTL features. For instance, you… … Read more
4 years ago in Code , Delphi , delphi features , delphi rtl , delphi ternary , object pascal , programming , strutils delphi , ternary operator , windows
0
Embarcadero Admin
Cue Player One by Baxel Data is one program for theater to control sound, video, lights, and accessories using one cue list, one computer, one operator and it is built in Delphi! The Cue Player… … Read more
4 years ago in Delphi , dmx interface , lighting , midi surface , object pascal , programming , Showcase , theater , windows
0
Anbarasan
We know how to load and display Web content or local files in Delphi using TWebBrowser. It offers support for the basic functions of a browser, such as navigate to URL, go back, go forward, along with specific events. How… … Read more
4 years ago in BeautifulSoup Python Library , C++ , cbuilder , Code , Delphi , object pascal , programming , python4delphi , scraper , spider , web spider , WebScrapping , windows
0
Pabitra Dash
BCC32 implements new character types and character literals for Unicode. These types are among the C++11 features added to BCC32. Character Types char16_t and char32_t Two new types represent Unicode characters: char16_t is a 16-bit character type. char16_t… … Read more
4 years ago in C++ , C++ Character Types , cbuilder , char16_t , char32_t , Code , modern c++ , New character types , programming , RAD Studio , windows
0
Notifications