Control.invoke

Synchronously calls a delegate in this Control's thread. This function is thread safe and exceptions are propagated to the caller.

  1. Object invoke(Object delegate(Object[]) dg, Object[] args...)
  2. void invoke(void delegate() dg)
    class Control
    final
    void
    invoke
    (
    void delegate(
    )
    dg
    )

Meta