Field-Map Scripting

4.1.1.3.1 OpenLog

OpenLog procedure


Prototype:

procedure OpenLog (const caption: string);

Description:

The OpenLog procedure opens a log window and sets its caption.

Syntax:

OpenLog(Caption);


Part

Description


Caption

A string parameter which appears as the caption of the log window.

Return value:

none




Example:


Begin
  OpenLog('Processing summaries of measured trees');
End.



See also:                

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