Form.DetachDataChangeHandler

Syntax:

DetachDataChangeHandler(<DataName>)

Parameters:

<DataName> (required)

Type: String.
Name of data (data path), to which any modifications are tracked by the handler. This can show data connected with form attributes, table section, and subordinate data, i.e. attributes of these objects. For example, "Attribute1.Description".
The setting can contain only one data path, i.e. the method is used for one attribute.

Description:

Turns off the handler procedure that was activated previously when modifying the specified data in the form or subordinate forms.

Availability:

Thick client.

Example:

DetachDataChangeHandler("TextBox1");

See also:

Form, method AttachDataChangeHandler

    

1C:Enterprise Developer's Community