I am using Win10, Delphi7 and Raize 1.52
Is it possible to drag and drop a record structure?
for example:
DIS_Item_def = Record
Version: String;
Alarm: String;
Action: String;
Times: String;
end;
I can build and fill the record before the drag but how do I load it into the DMTextSource and read it from the DBTextTarget?
-
This topic was modified 1 year, 5 months ago by Steve Black.