Lainkes 0 Posted July 4, 2022 Hello, I have a example code that reads the Belgian E-ID card when it's inserted in the card reader. But I'm having trouble on how to understand this code. (I'm used to program database interfaces). The main issue is I don't understand what code is executed when a card is inserted. What triggers the code. I included the demo files. (More info : https://github.com/perevoznyk/swelio-delphi) Thanks for your feedback Greetings Lainkes EID Demo.zip Share this post Link to post
Der schöne Günther 316 Posted July 4, 2022 Have you checked and run the example programs in the Samples subdirectory? For example, in Samples/Component Demo, it is a complete application with a EidReader component on the form. This component has several events like OnCardInserted. My suggestion is you just try out the samples, they seem simple enough. Share this post Link to post