PanelPages.Insert
Syntax:
Parameters:
<ItemNumber> (required)
Position at which page is to be located.
<Name> (optional)
Name of the page being added.
<Title> (optional)
Header text of the page that is being added. If panel pages are displayed as tabs it defines a tab text.
<Value> (optional)
A value linked to the page.
<HeaderImage> (optional)
Image displayed on the tab header.
Returned value:
Description:
Availability:
Example:
// AccumulationRegistersTable - value table, for which // the panel page is created // TableRow - current table row PanelPage = Controls.MainPanel.Pages.Insert( AccumulationRegistersTable.IndexOf(TableRow), TableRow.Name, TableRow.Presentation); |