LVectorObject::SetHyperlink

Summary

Sets a target in the target list of the specified vector object's hyperlink.

Syntax

#include "ltwrappr.h"

L_INT LVectorObject::SetHyperlink(uIndex, pTarget)

Parameters

L_UINT32 uIndex

Index to the target item that will be set.

pVECTORLINKDESC pTarget

Pointer to a VECTORLINKDESC structure that contains the information on the new target to set.

Returns

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

Comments

A hyperlink must be added to a vector object using the LVectorObject::AddHyperlink function before it can be changed using the LVectorObject::SetHyperlink function.

Required DLLs and Libraries

See Also

Functions

Topics

Example

For an example, refer to LVectorObject::GetHyperlink.

Help Version 22.0.2022.12.7
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS Vector C++ Class Library Help

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