Skip to content

Latest commit

 

History

History
33 lines (27 loc) · 716 Bytes

File metadata and controls

33 lines (27 loc) · 716 Bytes

GetLBItemData

Description

Retrieves the user data associated with the list browser item.

PROCEDURE GetLBItemData(
				nDialogID     : LONGINT;
				nComponentID  : LONGINT;
				nItemIndex    : INTEGER;
				nSubItemIndex : INTEGER;
				VAR nUserData : LONGINT);
def vs.GetLBItemData(nDialogID, nComponentID, nItemIndex, nSubItemIndex):
    return nUserData

Parameters

Name Type Description
nDialogID LONGINT
nComponentID LONGINT
nItemIndex INTEGER
nSubItemIndex INTEGER
nUserData LONGINT

Version

Availability: from VectorWorks12.5

Category