Skip to content

Latest commit

 

History

History
34 lines (27 loc) · 662 Bytes

File metadata and controls

34 lines (27 loc) · 662 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

  • Dialogs - Modern - Browser