InDataSet Attribute
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 is used as the value of the Editable Property, Enabled Property, Visible Property and StyleExpr Property.
See Also
AL Method Reference
StyleExpr Property
Editable Property
Enabled Property
Visible Property
Feedback
Submit and view feedback for