Graphisoft®

Dialog ManagerVersion: 2.0

ListBox::GetTabItemTextLength

Retrieves the length of the text of a tabulator item.

long GetTabItemTextLength (
    short               listItem,
    short               tabIndex
) const;

Parameters

listItem
1-based index of the list box item, use TopItem or BottomItem of Item type to specify the first or last item of the list box control.
tabIndex
1-based index of the tabulator field.

Return Value

The length of the item text (including the 0 terminator).