|
|
|
|
|
DefaultValue (Property) In french: DefaultValue
The DefaultValue property is used to: - Know the default value of a field. This item was defined in the data model editor or programmatically.
- Set the default value of an item (only for items defined programmatically).
Civility.DefaultValue = 1
...
Address2 is Item Description
Address2.NullAllowed = True
Address2.DefaultValue = Null
...
HDescribeFile(Orders)
Syntax
Know the default value of a field Hide the details
<Result> = <Data file>.<Item>.DefaultValue
<Result>: Type of item Default value of the item. <Data file>: Character string Name of the data file used. <Item>: Character string Name of the item used.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|