Graphisoft®

Dialog ManagerVersion: 2.0

TabControl::DeleteItem

Deletes an item from the tab control.

bool DeleteItem (short tabItem);

Parameters

tabItem
1-based index of the tab control item to be deleted, FirstItem or LastItem of Item type specifies the first or last item of the tab control. Use AllItems of Item type to delete all items.

Return Value

true if the item was deleted succesfully otherwise false.