Easily Use Nonstandard Data Using X-DBData for Delphi
February 16, 2021
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…