VCUpdateStatusBar


Version:

1.2

Description:

Forces Visual CADD™ to update the status bar.

Declaration:

 

C/C++

extern "C" void WINAPI VCUpdateStatusBar();

Delphi

procedure VCUpdateStatusBar; stdcall;

ActiveX/COM

Sub UpdateStatusBar()

Parameters:

No additional parameters are used with this subroutine.

Notes:

The status bar contains several messages about cursor position, units and entry mode. After a command is completed or when a command is nested within another, the status line sometimes does not update to reflect the latest information. VCUpdateStatusBar will ensure the information is current when called.

See Also:

VCLockMessage