TabSheetSettings.SyncLoadClipboardData

Syntax

SyncLoadClipboardData: Boolean

Description

The SyncLoadClipboardData property determines whether the data is synchronously loaded if there are unloaded cells on copying.

Comments

Use JSON or the setSyncLoadClipboardData method to set the property value, and the getSyncLoadClipboardData method to get the property value.

The property is True if synchronous data loading is allowed when there are unloaded cells on copying, otherwise the property is False.

By default the property is False.

Example

The example of property use is given on the TabSheetSettings.EnableCopyPaste page.

See also:

TabSheetSettings