Field-Map Scripting

4.1.1.3.8 CloseLogWithDelay

CloseLogWithDelay procedure


Prototype:

procedure CloseLogWithDelay(const Delay_ms: integer);

Description:

The CloseLogWithDelay procedure closes the log with predefined delay in ms.

Syntax:

CloseLogWithDelay(Delay);


Part

Description


Delay

Delay duration in ms.

Return value:

none



Example:


Begin
  OpenLog('Processing summaries of measured trees');
  CloseLogWithDelay(2000);        //closes the log for 2 seconds
End.


See also:                

OpenLog; IsLogOpen; HideLog; ShowLog; LogWindowStayOnTop; MakeLogWindowStayOnTop; CloseLog;CloseLogWithDelay; Log; LogExt; LogTabStops