TabSheetSettings.CacheEnabled

Syntax

CacheEnabled: Boolean

Description

The CacheEnabled property enables and prohibits data caching for a component when working in asynchronous mode.

Comments

Use JSON or the setCacheEnabled method to set the property value, and the getCacheEnabled method to get the property value.

The property is True if the component is allowed to cache data when working in asynchronous mode, and False when otherwise.

By default this property is True.

Example

The example of property use is given on the Example of Creating the TabSheet Component page.

See also:

TabSheetSettings