TabSheet.getSelection

Syntax

getSelection(ensureExistence: Boolean);

Parameters

ensureExistence. Indicates that the top left table cell is selected. If the parameter is True, the top left table cell is selected, otherwise it is not.

Description

The getSelection method returns selection object in the table.

Comments

This method returns a PP.Ui.TabSheetSelection object.

Example

The example of method use is given on the TabSheetSettings.EnableDeleteTable property description page.

Seebsp;also:

TabSheet