|
|
|
|
|
DefaultValue (Property) In french: DefaultValue
The DefaultValue property is used to: - Find out the default value of an item. This item was defined in the data model editor or programmatically.
- Set the default value of an item (item described programmatically only).
Title.DefaultValue = 1
...
Address2 is Item Description
Address2.NullAllowed = True
Address2.DefaultValue = Null
...
HDescribeFile(Orders)
Syntax
Finding out the default value of an item 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…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|