VCGetNameView


Version:

6.0.1

Description:

Get the name of view by index

Declaration:

 

C/C++

extern "C" short WINAPI VCGetNameView(short i, char* szView);

Delphi

function VCGetNameView(i: SmallInt; szView: PAnsiChar): SmallInt; stdcall;

ActiveX/COM

Function GetNameView(ByVal i As Integer, ByVal szView As String) As Integer

Parameters:

i - index of the view
szView - pointer to buffer to receive the view name (use NULL to obtain the required size)

Return Value:

Number of characters in the name, not including the terminating NULL

iError Code:

 

Notes:

Named views are useful whenever a specific screen view needs to be accessed repeatedly for drawing or editing. The view is returned with VCZoomView.

See Also:

VCNameView, VCZoomView, VCGetNameViewCount, VCGetNameViewExtents, VCDeleteNameView