Skip to content

Latest commit

 

History

History
33 lines (26 loc) · 851 Bytes

File metadata and controls

33 lines (26 loc) · 851 Bytes

GetLBItemOrigName

Description

Returns the original name for a list browser item when hierarchical display is on. If the item is a container item, it will return an empty string.

FUNCTION GetLBItemOrigName(
				dialogID    : LONGINT;
				compenentID : LONGINT;
				itemIndex   : INTEGER): STRING;
def vs.GetLBItemOrigName(dialogID, compenentID, itemIndex):
    return STRING

Parameters

Name Type Description
dialogID LONGINT The id of the dialog.
compenentID LONGINT The id of the list browser.
itemIndex INTEGER The index of the item for which the original name is returned.

See Also

VS Functions: AddLBOriginalName

Version

Availability: from Vectorworks 2013

Category