VCZoomView


Version:

1.2

Description:

Displays a screen view previously named using the Named View command or the VCNameView API routine.

Declaration:

 

C/C++

extern "C" void WINAPI VCZoomView(char* szView);

Delphi

procedure VCZoomView(szView: PAnsiChar); stdcall;

ActiveX/COM

Sub ZoomView(ByVal szView As String)

Parameters:

szView - the name of the named view.

Notes:

Named views are useful whenever a particular screen view needs to be accessed repeatedly for drawing or editing operations.

See Also:

VCNameView, VCZoomSelected, VCZoomPrevious, VCZoomAll