|
|
|
|
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 through programming.
- Define the default value of an item (item described through programming only).
// Define the default value of the Orders.Title item Title.DefaultValue = 1 ... // Validate the data file description 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…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|