-
Notifications
You must be signed in to change notification settings - Fork 31
LC0001
Stefan Maroń edited this page Dec 19, 2021
·
1 revision
Any Flowfield should be set to Editable = false
. If the property is not present or set to True
a warning will occur.
For any exceptions to this Rule you can set a pragma like this
#pragma warning disable LC0001
field(3; MyField; Decimal)
#pragma warning restore LC0001
{
...
}