DFL background tasks

Adam D. Ruppe via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Sun Jun 7 05:30:39 PDT 2015


For the Invoke call, you should be able to just ignore most the 
arguments and write something like

listview.invoke( delegate Object(Object[]) {
     listview.Add(whatever);
     return null;
});

and it should work.


More information about the Digitalmars-d-learn mailing list