You are not logged in.
@ab
I have a function that does some data validation after reading a text file. All possible errors are added to a TDocVariant instance.
I need to display this error list on a sort of a grid or equivalent control [Delphi 7].
What is the best way, or the best shortcut, to make this happen?
The error list are like one array of [(ErrorCode, Int1, Int2, ErrorMsgStr)].
Thank you.
Last edited by Junior/RO (2017-04-25 17:53:57)
Offline
Great! Trying now...
Offline