Примечание
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
Version: Available or changed with runtime version 1.0 until version 11.0 where it was deprecated for the following reason: "The InDataset attribute is unused."
Sets whether the AL variable's value is included in the dataset.
Applies to
- Variable
Syntax
[InDataSet]
Example
var
[InDataSet]
StyleIsStrong: Boolean;
[InDataSet]
NameIndent: Integer;
Remarks
The InDataSet attribute is defined on variables of the type Boolean or Integer on pages.
You must define this attribute on a variable if it's used as the value of the Editable Property, Enabled Property, Visible Property and StyleExpr Property.
Note
This attribute is obsolete. It no longer works and isn't required to include the AL variable's value in the dataset.
Related information
AL Method Reference
StyleExpr Property
Editable Property
Enabled Property
Visible Property