Επεξεργασία

Κοινή χρήση μέσω


TestField.Value([Text]) Method

Version: Available or changed with runtime version 1.0.

Gets or sets the value of this field.

Syntax

[Value := ]  TestField.Value([Value: Text])

Note

This method can be invoked using property access syntax.

Parameters

TestField
 Type: TestField
An instance of the TestField data type.

[Optional] Value
 Type: Text
The new value to set for this field.

Return Value

[Optional] Value
 Type: Text
The value of this field.

Remarks

If you omit NewValue, the method returns the current value of the field.

TestField Data Type
Get Started with AL
Developing Extensions