Name | Description |
---|---|
pasBrowserLanguages | (Client Web Property) Use this property to query the preferred languages as they are reported by the browser |
pbIsMobile | (Client Web Property) Indicates whether or not the client is detected as a mobile device |
pbLogInvalidRequests | Determines whether invalid requests received from the client result in an error |
pbLogWebSession | This determines if the session manager object should log sessions in the session table |
pbResponsive | (Client Web Property) Determines whether or not the responsive system is active |
pbServerOnOrientationChange | (Client Web Property) Determines whether server OnOrientationChange event fires |
pbServerOnResizeWindow | (Client Web Property) Determines if the client will trigger the OnResizeWindow event on the server |
pbShowAllRefindErrors | When set true all views will show an unhandled error when a refind record fails - used mainly for testing and debugging |
pbStateAsUrlHash | Determines if the state hash will be added to the URL as URL hash |
pbStateHashInvalidError | Controls if an error will be shown when restoring an invalid state hash (basically entering an incorrect URL) |
pbStateRestoreRecord | Determines whether this view will create a new history item when it is entered |
pbUpdateApplicationTitle | (Client Web Property) Determines whether the title in the title bar is automatically updated |
peAlignView | (Client Web Property) Controls padding for web views with a maximum width |
peApplicationStateMode | Main switch determining the behavior of the WebApp Framework History management |
peApplicationStyle | Determines whether the WebApp uses the Desktop (user-driven) UI or the Mobile/Touch (drilldown) UI |
peAttachStatus | This indicates the current status of a WebApp instance process |
peLoginMode | Determines what type of user verification is required |
peMode | (Client Web Property) Indicates the responsive mode in which the client is running |
phoCommandBar | Handle of the web application's command bar object (cWebCommandBar ) |
phoDefaultView | The default view a web application will attempt to load after login |
phoLoginView | The login dialog that handles user ID and password verification |
piBrowserTimezoneOffset | (Client Web Property) Use this property to query the timezone offset in minutes as it is reported by the browser |
piScreenHeight | (Client Web Property) Contains the screen height in pixels of device on which the browser runs |
piScreenWidth | (Client Web Property) Contains the screen width in pixels of device on which the browser runs |
piWindowHeight | (Client Web Property) Contains the height of the browser window in pixels |
piWindowWidth | (Client Web Property) Contains the width of the browser window in pixels |
psApplicationTitle | (Client Web Property) Determines the application title that is shown in the browser |
psBaseHref | (Server Web Property) Determines the base path added in front of the urls generated for history management |
psClientOnOrientationChange | (Client Web Property) Name of the client side function to fire during the OnOrientationChange event |
psClientOnResizeWindow | (Client Web Property) Name of the client side function to fire during the OnResizeWindow event |
psCurrencySymbol | (Client Web Property) The currency symbol used by currency masks throughout your web application |
psDateFormat | (Client Web Property) The date format used to represent date values throughout your web application |
psDateSeparator | (Client Web Property) The date separator character used to represent date values throughout your web application |
psDateTimeFormat | (Client Web Property) Determines the format in which unmasked date time values are shown and in which format they are edited |
psDecimalSeparator | (Client Web Property) The character used to separate the whole number from the decimal fraction for numeric values throughout your web application |
psEncryptPassword | Used by the framework to encrypt values and generation of checksums |
psLocationHash | (Client Web Property) |
psTheme | (Client Web Property) The user interface theme used by the web application |
psThousandsSeparator | (Client Web Property) The character used to separate the each three digits in numeric values greater than 999 throughout your web application |
psTimeFormat | (Client Web Property) Can be set to adjust the format in which time values are shown and edited by your application's DEOs |
psTimeSeparator | (Client Web Property) Determines which separator is used when displaying and editing date time values |
psVersionID | (Client Web Property) |
WBOCount | The number of WBP items in the application |
WBOHandle | The WBO object Id |
WSOCount | The number of WSO items in the application |
WSOHandle | The WSO object Id |
Inherited Properties from cWebBaseUIObject | |
pbDragDropEnabled | (Client Web Property) Determines whether drag and drop is supported by this control |
pbEnabled | (Client Protected Web Property) Determines whether the control can accept the focus |
pbNoAccessibilityCheck | Controls whether the framework looks at pbRender, pbVisible and pbEnabled of itself or its parents to determine if the control is accessible |
pbRender | (Client Protected Web Property) Determines whether the control's elements are present in HTML |
pbVisible | (Client Protected Web Property) Determines whether the control's elements are visible or hidden |
psBackgroundColor | (Client Web Property) The background color of the web control |
psClientOnRender | (Client Web Property) Name of the JavaScript function that will execute directly after the UI Object is rendered |
psCSSClass | (Client Web Property) Determines the CSS class the object uses |
psHtmlId | (Client Web Property) The object's HTML element Id |
psTextColor | (Client Web Property) The text color of the web control |
Inherited Properties from cWebObject | |
phoActionJsonData | Handle to a JSON Object representing the action data during a server action |
psDynamicObjectId | The (unique) ID of the dynamic object |
psJSClass | Determines which JavaScript class belongs to the DataFlex class |
Inherited Properties from cObject | |
Child_Count | Returns the number of child objects the object contains |
Delegation_Mode | Determines if and how unknown messages are delegated |
Name | Returns the full name of the object including parentage |
Object_Id | Returns the object handle of the object, can be used to determine if an object exists |
Object_Label | Returns the short name of an object |
Parent | Returns the parent of an object |
peNeighborhood | Determines how an object and its descendents participate in object neighborhood referencing |