IsFieldHidden
Checks that the calling field is Hidden, which means the field has a variable STATUS that is equal to -1.
Syntax
bool IsFieldHidden ()
Parameters
Smart parameters are supported.Returns
True if the STATUS variable of the Field object = -1. Otherwise False.Level
Field level.Details
This action returns True if the calling field is Hidden, the corresponding Field object of the Document Hierarchy has a variable STATUS that is equal to -1.- Example
IsFieldHidden()