Property Boolean pbNoFillIfHidden
Read Access: | Get pbNoFillIfHidden to BooleanVariable |
Write Access: | Set pbNoFillIfHidden to BooleanVariable/Value |
Determines whether a hidden (via pbHidden or pbRender) data entry object (DEO) refreshes its value based on its data binding.
pbNoAccessibilityCheck is called for each server action and controls whether the framework looks at pbRender, pbVisible and pbEnabled of itself or its parents to determine if the control is accessible.
This is a security measure, preventing values to be sent the client that the end user shouldn't be able to see.
pbNoUpdateIfHidden also controls whether changed values are written back to the DataDictionary.
Set this property to False if you explicitly need the DEO to store the (changed) value.
For security reasons, the default value is True; the developer needs to explicitly set this to False to allow data to be sent to the client.