Einzelnen Beitrag anzeigen

Benutzerbild von DP News-Robot
DP News-Robot

Registriert seit: 4. Jun 2010
15.672 Beiträge
 
#1

Enumerating Controls the Easy Way

  Alt 19. Jun 2014, 16:10
Yesterday I had to write a mapping from a set of radio buttons to an integer (and back). I couldn’t use TRadioGroup and so I had to iterate over controls to find out which one is checked. To do that, I used an enumeration helper which I wrote long time ago.function TfrmColorRemappingDlg.GetMapping: ...

More...
  Mit Zitat antworten Zitat