Skip to content

pbNoAccessibilityCheck - cWebBaseUIObject

Controls whether the framework looks at pbRender, pbVisible and pbEnabled of itself or its parents to determine if the control is accessible

Type: Property
Access: Read/Write
Data Type: Boolean
Parameters: None

Syntax

Property Boolean pbNoAccessibilityCheck
Access Type Syntax
Read Access: Get pbNoAccessibilityCheck to BooleanVariable
Write Access: Set pbNoAccessibilityCheck to BooleanVariable/Value

Description

This property controls whether the framework looks at pbRender, pbVisible and pbEnabled of itself or its parents to determine if the control is accessible.

The accessibility check is done for each server action in the default implementation of AllowServerAction of cWebBaseUIObject. It is also used by the pbNoUpdateIfHidden and pbNoFillIfHidden checks of data entry objects (cWebBaseDEO).

When set to True, this control is treated as accessible