TabSheet.getIsAsyncScrolling

Syntax

getIsAsyncScrolling();

Description

The getIsAsyncScrolling method indicates if component works asynchronously.

Comments

This method returns a Boolean value.

If this method returns True the component works in asynchronous mode, otherwise it work in synchronous mode.

Example

The example of use is given on the page with description of the TabSheet.CellValue property.

Seebsp;also:

TabSheet