Skip to content

Properties for cWebApp

View property list in alphabetical order.

Name Description Defining Class
pasBrowserLanguages Use this property to query the preferred languages as they are reported by the browser cWebApp
pbIsMobile Indicates whether or not the client is detected as a mobile device cWebApp
pbLogInvalidRequests Determines whether invalid requests received from the client result in an error cWebApp
pbLogWebSession This determines if the session manager object should log sessions in the session table cWebApp
pbResponsive Determines whether or not the responsive system is active cWebApp
pbServerOnOrientationChange Determines whether server OnOrientationChange event fires cWebApp
pbServerOnResizeWindow Determines if the client will trigger the OnResizeWindow event on the server cWebApp
pbServerOnSystemThemePreferenceChange cWebApp
pbShowAllRefindErrors When set true all views will show an unhandled error when a refind record fails - used mainly for testing and debugging cWebApp
pbStateAsUrlHash Determines if the state hash will be added to the URL as URL hash cWebApp
pbStateHashInvalidError Controls if an error will be shown when restoring an invalid state hash (basically entering an incorrect URL) cWebApp
pbStateRestoreRecord Determines whether this view will create a new history item when it is entered cWebApp
pbUpdateApplicationTitle Determines whether the title in the title bar is automatically updated cWebApp
peAlignView Controls padding for web views with a maximum width cWebApp
peApplicationStateMode Main switch determining the behavior of the WebApp Framework History management cWebApp
peApplicationStyle Determines whether the WebApp uses the Desktop (user-driven) UI or the Mobile/Touch (drilldown) UI cWebApp
peAttachStatus This indicates the current status of a WebApp instance process cWebApp
peLoginMode Determines what type of user verification is required cWebApp
peMode Indicates the responsive mode in which the client is running cWebApp
peSystemThemePreference cWebApp
peThemePreference cWebApp
phoCommandBar Handle of the web application's command bar object (cWebCommandBar ) cWebApp
phoDefaultView The default view a web application will attempt to load after login cWebApp
phoLoginView The login dialog that handles user ID and password verification cWebApp
piBrowserTimezoneOffset Use this property to query the timezone offset in minutes as it is reported by the browser cWebApp
piScreenHeight Contains the screen height in pixels of device on which the browser runs cWebApp
piScreenWidth Contains the screen width in pixels of device on which the browser runs cWebApp
piWindowHeight Contains the height of the browser window in pixels cWebApp
piWindowWidth Contains the width of the browser window in pixels cWebApp
psApplicationTitle Determines the application title that is shown in the browser cWebApp
psBaseHref Determines the base path added in front of the urls generated for history management cWebApp
psBodyCSSClass cWebApp
psClientOnOrientationChange Name of the client side function to fire during the OnOrientationChange event cWebApp
psClientOnResizeWindow Name of the client side function to fire during the OnResizeWindow event cWebApp
psClientOnSystemThemePreferenceChange cWebApp
psCurrencySymbol The currency symbol used by currency masks throughout your web application cWebApp
psDateFormat The date format used to represent date values throughout your web application cWebApp
psDateSeparator The date separator character used to represent date values throughout your web application cWebApp
psDateTimeFormat Determines the format in which unmasked date time values are shown and in which format they are edited cWebApp
psDecimalSeparator The character used to separate the whole number from the decimal fraction for numeric values throughout your web application cWebApp
psEncryptPassword Used by the framework to encrypt values and generation of checksums cWebApp
psLocationHash cWebApp
psTheme The user interface theme used by the web application cWebApp
psThousandsSeparator The character used to separate the each three digits in numeric values greater than 999 throughout your web application cWebApp
psTimeFormat Can be set to adjust the format in which time values are shown and edited by your application's DEOs cWebApp
psTimeSeparator Determines which separator is used when displaying and editing date time values cWebApp
psVersionID cWebApp
WBOCount The number of WBP items in the application cWebApp
WBOHandle The WBO object Id cWebApp
WSOCount The number of WSO items in the application cWebApp
WSOHandle The WSO object Id cWebApp

Inherited Properties from cWebBaseUIObject

Name Description Defining Class
pbDragDropEnabled Determines whether drag and drop is supported by this control cWebBaseUIObject
pbEnabled Determines whether the control can accept the focus cWebBaseUIObject
pbNoAccessibilityCheck Controls whether the framework looks at pbRender, pbVisible and pbEnabled of itself or its parents to determine if the control is accessible cWebBaseUIObject
pbRender Determines whether the control's elements are present in HTML cWebBaseUIObject
pbVisible Determines whether the control's elements are visible or hidden cWebBaseUIObject
psBackgroundColor The background color of the web control cWebBaseUIObject
psClientOnRender Name of the JavaScript function that will execute directly after the UI Object is rendered cWebBaseUIObject
psCSSClass Determines the CSS class the object uses cWebBaseUIObject
psHtmlId The object's HTML element Id cWebBaseUIObject
psTextColor The text color of the web control cWebBaseUIObject

Inherited Properties from cWebObject

Name Description Defining Class
phoActionJsonData Handle to a JSON Object representing the action data during a server action cWebObject
psDynamicObjectId The (unique) ID of the dynamic object cWebObject
psJSClass Determines which JavaScript class belongs to the DataFlex class cWebObject

Inherited Properties from cObject

Name Description Defining Class
Child_Count Returns the number of child objects the object contains cObject
Delegation_Mode Determines if and how unknown messages are delegated cObject
Name Returns the full name of the object including parentage cObject
Object_Id Returns the object handle of the object, can be used to determine if an object exists cObject
Object_Label Returns the short name of an object cObject
Parent Returns the parent of an object cObject
peNeighborhood Determines how an object and its descendents participate in object neighborhood referencing cObject