FTL.Property.remove()

Signature

boolean remove (Object property, String propName)

Domain

ACTION

Description

If the property which needs to be removed does not exist it returns false, else returns true.

Parameters

NameTypeDescription
propertyObjectproperty object
propNameStringproperty name

Returns

TypeDescription
booleanIf the property which needs to be removed does not exist it returns false, else returns true.

Cautions

none