4D v14.3OB SET NULL |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
4D v14.3
OB SET NULL
|
OB SET NULL ( object ; property ) | ||||||||
Parameter | Type | Description | ||||||
object | Object |
![]() |
Structured object | |||||
property | Text |
![]() |
Name of property where null value is to be applied | |||||
The OB SET NULL command stores the null value in the language object designated by the object parameter.
object must have been defined using the C_OBJECT command.
In the property parameter, pass the label of the property where you want to store the null value. If the property already exists in object, its value is updated. If it does not exist, it is created.
Note that the property parameter is case sensitive.
Product: 4D
Theme: Objects (Language)
Number:
1233
Created: 4D v14
4D Language Reference ( 4D v14 R2)
4D Language Reference ( 4D v14 R3)
4D Language Reference ( 4D v14.3)
4D Language Reference ( 4D v14 R4)