Properties for cWebApp

View property list in alphabetical order

NameDescription
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
pbLogInvalidRequestsDetermines whether invalid requests received from the client result in an error
pbLogWebSessionThis 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
pbShowAllRefindErrorsWhen set true all views will show an unhandled error when a refind record fails - used mainly for testing and debugging
pbStateAsUrlHashDetermines if the state hash will be added to the URL as URL hash
pbStateHashInvalidErrorControls if an error will be shown when restoring an invalid state hash (basically entering an incorrect URL)
pbStateRestoreRecordDetermines 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
peApplicationStateModeMain switch determining the behavior of the WebApp Framework History management
peApplicationStyleDetermines whether the WebApp uses the Desktop (user-driven) UI or the Mobile/Touch (drilldown) UI
peAttachStatusThis indicates the current status of a WebApp instance process
peLoginModeDetermines what type of user verification is required
peMode(Client Web Property) Indicates the responsive mode in which the client is running
phoCommandBarHandle of the web application's command bar object (cWebCommandBar )
phoDefaultViewThe default view a web application will attempt to load after login
phoLoginViewThe 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
psEncryptPasswordUsed 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)
WBOCountThe number of WBP items in the application
WBOHandleThe WBO object Id
WSOCountThe number of WSO items in the application
WSOHandleThe 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
pbNoAccessibilityCheckControls 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

phoActionJsonDataHandle to a JSON Object representing the action data during a server action
psDynamicObjectIdThe (unique) ID of the dynamic object
psJSClassDetermines which JavaScript class belongs to the DataFlex class

Inherited Properties from cObject

Child_CountReturns the number of child objects the object contains
Delegation_ModeDetermines if and how unknown messages are delegated
NameReturns the full name of the object including parentage
Object_IdReturns the object handle of the object, can be used to determine if an object exists
Object_LabelReturns the short name of an object
ParentReturns the parent of an object
peNeighborhoodDetermines how an object and its descendents participate in object neighborhood referencing