LVectorObject::GotoHyperlink

#include "ltwrappr.h"

L_INT LVectorObject::GotoHyperlink(uIndex)

Activates the specified target from the target list of the hyperlinked vector object.

Parameters

L_UINT32 uIndex

Index to an item in the target list. The target specified by this index will be used and activated.

Returns

Value Meaning
SUCCESS The function was successful.
< 1 An error occurred. Refer to Return Codes.

Comments

This function fails if the object is not a hyperlinked vector object.

Required DLLs and Libraries

See Also

Functions

Topics

Example

L_INT LVectorObject__GotoHyperlinkExample( LVectorObject *pVecObj)  
{ 
   L_INT nRet; 
 
   nRet = pVecObj->GotoHyperlink( 0 );  
   if(nRet != SUCCESS) 
      return nRet; 
 
   return SUCCESS; 
} 
Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS Vector C++ Class Library Help

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.