September 2017
Intermediate to advanced
408 pages
9h 25m
English
The nil() function of the GlideSystem class can be used to query the value of an object. It returns true if the value of the object is either null or empty; otherwise, returns false.
Example:
if ( current.short_description.nil() ) { //checking if the value of the filed is null
//some code
}
Read now
Unlock full access