DimensionHierarchyController.updateTabPageCaption Method [AX 2012]
Updates the caption of the specified tab page.
Syntax
protected void updateTabPageCaption(
FormTabPageControl _tabPage,
Name _name,
[boolean _isDraft,
boolean _isExisting,
Name _draftName])
Run On
Client
Parameters
- _tabPage
Type: FormTabPageControl Class
The FormTabPageControl instance to update.
- _name
Type: Name Extended Data Type
The name of the selected structure.
- _isDraft
Type: boolean
A Boolean value that indicates whether the tree is in draft mode.
- _isExisting
Type: boolean
A Boolean value that indicates whether the backing committed tree exists for the specified hierarchy.
- _draftName
Type: Name Extended Data Type
The draft name of the structure.