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
© 2024 IFER-Monitoring and Mapping Solutions