IWorkspace.Data

Syntax

Data(Name: String): Variant;

Parameters

Name. Identifier of temporary variable, in which values are kept.

Description

The Data property is used to store user information during unit or form execution.

Comments

Any data can be contained in the this property.

See also:

IWorkspace