Search Results

0
votes

Avoiding Dialog Boilerplate in Delphi and /or C++

Binding controls to data works well in Delphi, but unfortunately only when that data resides in a TDataSet descendant. You could write a TDataSet descendant that uses an object for data storage, an …