LVectorObject::SetHyperlink

#include "ltwrappr.h"

L_INT LVectorObject::SetHyperlink(uIndex, pTarget)

L_UINT32 uIndex;

index to the target item that will be set

pVECTORLINKDESC pTarget;

new target information that will be used

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

Parameter

Description

uIndex

Index to the target item that will be set.

pTarget

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

Returns

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

LVKRN

For a listing of the exact DLLs and Libraries needed, based on the toolkit version, refer to Files To Be Included With Your Application.

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
LEADTOOLS Vector C++ Class Library Help