isHidden

The value of isHidden for the form (PODSSubmission object), which determines whether the form appears in the M-Business Client Forms Manager dialog: PODS_TRUE hides the form; PODS_FALSE displays the form.

Interface

PODSSubmission

IDL definition
attribute PODSBoolean isHidden;
JavaScript synopsis
sub.isHidden
sub.isHidden = bool
C synopsis
PODSBoolean PODSgetIsHidden(PODSSubmission* sub);
void PODSsetIsHidden(
  PODSSubmission* sub,
  PODSBoolean bool
);
Parameters
  • sub   The PODSSubmission object.

  • bool   [in] The value of isHidden to set for the PODSSubmission object: PODS_TRUE or PODS_FALSE © Macro); TRUE or FALSE (JavaScript).

Returns

Getter: PODS_TRUE or TRUE if isHidden is set to PODS_TRUE or TRUE; PODS_FALSE or FALSE otherwise.

Setter: None