dict.cc dictionary

DictIdxRdForm.ready Method 

Closes the form, evtl. shows the given message

[Visual Basic]
NotOverridable Public Sub ready( _
   ByVal msg As String _
) _
    Implements IProgress.ready
[C#]
public void ready(
   string msg
);

Parameters

msg
Message to show prior to closing the form. If null, nothing will be shown at all.

Implements

IProgress.ready

Remarks

Called, if the dictionary reading process is ready. Closing form is performed through Invoke and m_evclose, else fatal exceptions are generated on PDA.

See Also

DictIdxRdForm Class | dict Namespace