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| 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. |
VS Functions: AddLBOriginalName
Availability: from Vectorworks 2013