Properties for cWebApp
View property list in hierarchical order.
| Name | Description | Defining Class |
|---|---|---|
| Child_Count | Returns the number of child objects the object contains Child_Count returns the number of child objects the object contains. | cObject |
| Delegation_Mode | Determines if and how unknown messages are delegated The delegation_mode of an object determines the method by which unknown messages are handled. | cObject |
| Name | Returns the full name of the object including parentage Name returns the full name (including parentage) of the object. | cObject |
| Object_Id | Returns the object handle of the object, can be used to determine if an object exists The Object_Id property returns the object handle identifier of the object. | cObject |
| Object_Label | Returns the short name of an object Object_Label returns the short name of the object using the Name property. | cObject |
| Parent | Returns the parent of an object The Parent property returns parent object handle of an object. | cObject |
| pasBrowserLanguages | Use this property to query the preferred languages as they are reported by the browser Use this property to query the preferred languages as they are reported by the browser. | cWebApp |
| pbDragDropEnabled | Determines whether drag and drop is supported by this control Determines whether drag and drop is supported by this control. | cWebBaseUIObject |
| pbEnabled | Determines whether the control can accept the focus The pbEnabled property is used to control user access to a web control. | cWebBaseUIObject |
| pbIsMobile | Indicates whether or not the client is detected as a mobile device You can read this property to indicate whether or not the client is detected as a mobile device, i.e. | cWebApp |
| pbLogInvalidRequests | Determines whether invalid requests received from the client result in an error 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 This determines if the session manager object should log sessions in the session table. | cWebApp |
| 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 The pbRender property controls the user access, the visibility and the web control's space in the flow-layout. | cWebBaseUIObject |
| pbResponsive | Determines whether or not the responsive system is active The responsive system allows a web application to adjust to different size clients. | cWebApp |
| pbServerOnOrientationChange | Determines whether server OnOrientationChange event fires Set to True to trigger server OnOrientationChange event. | cWebApp |
| pbServerOnResizeWindow | Determines if the client will trigger the OnResizeWindow event on the server 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 pbShowAllRefindErrors determines if refind record error should be reported. | cWebApp |
| pbStateAsUrlHash | Determines if the state hash will be added to the URL as URL hash 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 If True, this view will not create a new history item when it is entered. | cWebApp |
| pbUpdateApplicationTitle | Determines whether the title in the title bar is automatically updated | cWebApp |
| pbVisible | Determines whether the control's elements are visible or hidden The pbVisible property controls the user access and visibility of a web control. | cWebBaseUIObject |
| peAlignView | Controls padding for web views with a maximum width | cWebApp |
| peApplicationStateMode | Main switch determining the behavior of the WebApp Framework History management 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 The DataFlex Web Framework supports two styles of web applications: Desktop and Mobile/Touch. | cWebApp |
| peAttachStatus | This indicates the current status of a WebApp instance process This indicates the current status of a WebApp instance process. | cWebApp |
| peLoginMode | Determines what type of user verification is required The Web Framework provides default user login, security, and session management features. | cWebApp |
| peMode | Indicates the responsive mode in which the client is running You can read this property to query the responsive mode setting of the client device. | cWebApp |
| peNeighborhood | Determines how an object and its descendents participate in object neighborhood referencing | cObject |
| peSystemThemePreference | cWebApp | |
| peThemePreference | cWebApp | |
| phoActionJsonData | Handle to a JSON Object representing the action data during a server action cJsonObject handle representing the action data during a server action. | cWebObject |
| phoCommandBar | Handle of the web application's command bar object (cWebCommandBar ) The cWebApp object supports command bar objects that can contain a menu system and a set of tool bars. | 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 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 This property 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 This property contains the screen width in pixels of device on which the browser runs. | cWebApp |
| piWindowHeight | Contains the height of the browser window in pixels This property contains the height of the browser window in pixels. | cWebApp |
| piWindowWidth | Contains the width of the browser window in pixels This property contains the width of the browser window in pixels. | cWebApp |
| psApplicationTitle | Determines the application title that is shown in the browser Determines the application title that is shown in the browser. | cWebApp |
| psBackgroundColor | The background color of the web control The background color of the web control, using HTML color codes. | cWebBaseUIObject |
| 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 |
| psClientOnRender | Name of the JavaScript function that will execute directly after the UI Object is rendered Set psClientOnRender to the name of a global JavaScript client-side event handler. | cWebBaseUIObject |
| psClientOnResizeWindow | Name of the client side function to fire during the OnResizeWindow event | cWebApp |
| psClientOnSystemThemePreferenceChange | cWebApp | |
| psCSSClass | Determines the CSS class the object uses | cWebBaseUIObject |
| 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 |
| psDynamicObjectId | The (unique) ID of the dynamic object The (unique) ID of the dynamic object. | cWebObject |
| psEncryptPassword | Used by the framework to encrypt values and generation of checksums This password is used by the framework to encrypt values and generation of checksums. | cWebApp |
| psHtmlId | The object's HTML element Id The object's HTML element Id. | cWebBaseUIObject |
| psJSClass | Determines which JavaScript class belongs to the DataFlex class Each control class on the server has a client-side JavaScript class that implements its user interface. | cWebObject |
| psLocationHash | cWebApp | |
| psTextColor | The text color of the web control The text color of the web control, using HTML color codes. | cWebBaseUIObject |
| psTheme | The user interface theme used by the web application You can control your web application's overall appearance by selecting a theme. | 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 This property determines which separator is used when displaying and editing date time values. | cWebApp |
| psVersionID | cWebApp | |
| WBOCount | The number of WBP items in the application The number of cWebBusinesProcess (WBO) objects in the application. | cWebApp |
| WBOHandle | The WBO object Id The WBO object Id for the passed item. | cWebApp |
| WSOCount | The number of WSO items in the application The number of Web Service Object (WSO) items in the application. | cWebApp |
| WSOHandle | The WSO object Id The Web Service Object (WSO) object Id for the passed item. | cWebApp |