SchemaDialog.IsImport

Syntax

IsImport: Boolean;

Description

The IsImport property determines whether the dialog is used to select import schema.

Comments

Use JSON to set the property value and the getIsImport method to get the property value.

By default the property is set to False, that is, dialog box is set up to select export schemas.

Example

The property use is given on the page with description of the SchemaDialog constructor.

See also:

CleanUpDialog