|
|
|
|
|
CaptionIfNew (Property) In french: LibelléSiNouveau
..CaptionIfNew is used to find out and modify the caption of the new pane opened by the end user in a dynamic Tab control.
TAB_DynTab..WindowIfNew = "IW_Document" TAB_DynTab..CaptionIfNew = "New tab"
Syntax
Finding out the caption of the new dynamic pane Hide the details
<Result> = <Tab control>..CaptionIfNew
<Result>: Character string Caption used when creating a new pane in a dynamic tab. <Tab control>: Character string (with or without quotes) Name of Tab control to use.
Modifying the caption of the new dynamic pane Hide the details
<Tab control>..CaptionIfNew = <New caption>
<Tab control>: Character string (with or without quotes) Name of Tab control to use. <New caption>: Character string (with quotes) New caption used when creating a new pane in a dynamic tab. Remarks - The name of the internal window that will be used for the new tab pane is defined:
- in the description window of control ("Details" tab).
- by programming with ..WindowIfNew.
- If the internal window expects parameters, in the "Creating a pane" event, use TabOpen to define the caption.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|