C++Code

LearnCPlusPlus.org :: Sort Text, Paste A Matrix To Excel, Use Optional, Parallel Tasks And More In Windows C++ Apps

Hello C++ Developers, We have great C++ picks for you from LearnCPlusPlus.org last week. Do you want to rotate a 3D object in a text form?, Do you want to copy your matrixes or tables and paste to excel forms? Do you want to sort .txt files in modern C++? Do you want to learn how to use the ‘optional’ C++ feature? Want to learn more about practical memory pool-based allocators?
Read more
C++CodeDelphiIDERAD Studio

Edit Custom Style to change the background color of a FMX TEdit

A Delphi developer asked how do you change the background color of a FMX (FireMonkey) TEdit ? As many know, for a VCL TEdit, you could just set the color property of the TEdit, like this: Edit1.Color := clYellow; Then at Run-Time, after calling Edit1.Color := clYellow, the Edit1 looks like this: But, a FMX TEdit does not have a Color property, so how do you do the same for a FMX TEdit? There are…
Read more
C++CodeDatabaseDelphiRAD Studio

Easily Use Nonstandard Data Using X-DBData for Delphi

X-DBData is a VCL and FMX nonvisual component package that helps users bridge between Delphi’s data-aware and non-data-aware components. There are two paradigms within the Delphi IDE. FeatureNon-Data-Aware Edit ComponentsData-Aware Edit ComponentsData ManipulationManual – using .Text, .Caption, .Value propertiesAutomatic field-linking via Field and DataSource propertiesData…
Read more