Properties for cLocalWebAppHost
View property list in alphabetical order.
| Name | Description | Defining Class |
|---|---|---|
| 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. | cLocalWebAppHost |
| 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. | cLocalWebAppHost |
| pbStateHashInvalidError | Controls if an error will be shown when restoring an invalid state hash (basically entering an incorrect URL) | cLocalWebAppHost |
| 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. | cLocalWebAppHost |
| pbUpdateApplicationTitle | Determines whether the title in the title bar is automatically updated | cLocalWebAppHost |
| peApplicationStateMode | Main switch determining the behavior of the WebApp Framework History management Main switch determining the behavior of the WebApp Framework History management. | cLocalWebAppHost |
| 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. | cLocalWebAppHost |
| 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. | cLocalWebAppHost |
| phoDefaultView | The default view a web application will attempt to load after login | cLocalWebAppHost |
| phoLoginView | The login dialog that handles user ID and password verification | cLocalWebAppHost |
| psApplicationTitle | Determines the application title that is shown in the browser Determines the application title that is shown in the browser. | cLocalWebAppHost |
| psBaseHref | Determines the base path added in front of the urls generated for history management | cLocalWebAppHost |
Inherited Properties from cLocalWebControlHost
| Name | Description | Defining Class |
|---|---|---|
| psMemoryHostName | Configures the virtual hostname that will be used to serve the HTML generated when initializing the WebView2 instance | cLocalWebControlHost |
| psVirtualHostName | Configures the virtual host name that will be mapped to the AppHtml folder to load the JavaScript, CSS and other static resources | cLocalWebControlHost |
Inherited Properties from cBaseLocalControlHost
| Name | Description | Defining Class |
|---|---|---|
| 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. | cBaseLocalControlHost |
| pbDebug | Determines whether the JavaScript Engine runs in debug mode Determines whether the JavaScript Engine runs in debug mode, making it load the full non-minified sources. | cBaseLocalControlHost |
| pbEnabled | Determines whether the control can accept the focus The pbEnabled property is used to control user access to a web control. | cBaseLocalControlHost |
| 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. | cBaseLocalControlHost |
| 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. | cBaseLocalControlHost |
| pbNoAccessibilityCheck | Controls whether the framework looks at pbRender, pbVisible and pbEnabled of itself or its parents to determine if the control is accessible | cBaseLocalControlHost |
| 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. | cBaseLocalControlHost |
| pbResponsive | Determines whether or not the responsive system is active The responsive system allows a web application to adjust to different size clients. | cBaseLocalControlHost |
| pbScroll | Determines whether the container will show a scrollbar (if needed) This property controls whether or not a scrollbar should be shown in a particular panel when its contents overflow its height. | cBaseLocalControlHost |
| pbServerOnOrientationChange | Determines whether server OnOrientationChange event fires Set to True to trigger server OnOrientationChange event. | cBaseLocalControlHost |
| pbServerOnResizeWindow | Determines if the client will trigger the OnResizeWindow event on the server | cBaseLocalControlHost |
| pbServerOnSystemThemePreferenceChange | cBaseLocalControlHost | |
| pbVisible | Determines whether the control's elements are visible or hidden The pbVisible property controls the user access and visibility of a web control. | cBaseLocalControlHost |
| peAlignView | Controls padding for web views with a maximum width | cBaseLocalControlHost |
| peLayoutType | Sets the layout type to use for this container: grid or flow Sets the layout type to use for this container. | cBaseLocalControlHost |
| 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. | cBaseLocalControlHost |
| peSystemThemePreference | cBaseLocalControlHost | |
| peThemePreference | cBaseLocalControlHost | |
| phoActionJsonData | Handle to a JSON Object representing the action data during a server action cJsonObject handle representing the action data during a server action. | cBaseLocalControlHost |
| 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. | cBaseLocalControlHost |
| piColumnCount | Count of colums in the current web group Count of colums in the current web group (cWebGroup. | cBaseLocalControlHost |
| piHeight | The height of the control in pixels If pbFillHeight is False, piHeight determines the vertical size of the control in pixels. | cBaseLocalControlHost |
| piMinHeight | The minimum height of the container in pixels The minimum height of the container in pixels. | cBaseLocalControlHost |
| piMinWidth | The minimum width of the container in pixels The minimum width of the container in pixels. | cBaseLocalControlHost |
| piRowCount | Sets the minimal amount of rows to display in this grid's container Sets the minimal amount of rows to display in this grid's container. | cBaseLocalControlHost |
| 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. | cBaseLocalControlHost |
| 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. | cBaseLocalControlHost |
| piWidth | The width of the panel in pixels piWidth determines the horizontal size of the panel in pixels, 0 means stretch to available width. | cBaseLocalControlHost |
| piWindowHeight | Contains the height of the browser window in pixels This property contains the height of the browser window in pixels. | cBaseLocalControlHost |
| piWindowWidth | Contains the width of the browser window in pixels This property contains the width of the browser window in pixels. | cBaseLocalControlHost |
| psBackgroundColor | The background color of the web control The background color of the web control, using HTML color codes. | cBaseLocalControlHost |
| psBodyCSSClass | cBaseLocalControlHost | |
| psClientOnOrientationChange | Name of the client side function to fire during the OnOrientationChange event | cBaseLocalControlHost |
| 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. | cBaseLocalControlHost |
| psClientOnResizeWindow | Name of the client side function to fire during the OnResizeWindow event | cBaseLocalControlHost |
| psClientOnSystemThemePreferenceChange | cBaseLocalControlHost | |
| psColumnWidths | Allows custom column width to be specified, overriding the default column width Allows custom column width to be specified, overriding the default column width. | cBaseLocalControlHost |
| psCSSClass | Determines the CSS class the object uses | cBaseLocalControlHost |
| psCurrencySymbol | The currency symbol used by currency masks throughout your web application | cBaseLocalControlHost |
| psDateFormat | The date format used to represent date values throughout your web application | cBaseLocalControlHost |
| psDateSeparator | The date separator character used to represent date values throughout your web application | cBaseLocalControlHost |
| psDateTimeFormat | Determines the format in which unmasked date time values are shown and in which format they are edited | cBaseLocalControlHost |
| psDecimalSeparator | The character used to separate the whole number from the decimal fraction for numeric values throughout your web application | cBaseLocalControlHost |
| psDefaultColumnWidth | Sets the default width value for each column that is not assigned via psColumnWidths | cBaseLocalControlHost |
| psDefaultRowHeight | Sets the default minimum row height for each row that is not assigned via psRowHeights | cBaseLocalControlHost |
| psDynamicObjectId | The (unique) ID of the dynamic object The (unique) ID of the dynamic object. | cBaseLocalControlHost |
| 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. | cBaseLocalControlHost |
| psHtmlId | The object's HTML element Id The object's HTML element Id. | cBaseLocalControlHost |
| 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. | cBaseLocalControlHost |
| psLocationHash | cBaseLocalControlHost | |
| psRowHeights | Allows custom row heights to be specified, overriding the default row height Allows custom row heights to be specified, overriding the default row height. | cBaseLocalControlHost |
| psTextColor | The text color of the web control The text color of the web control, using HTML color codes. | cBaseLocalControlHost |
| psTheme | The user interface theme used by the web application You can control your web application's overall appearance by selecting a theme. | cBaseLocalControlHost |
| psThousandsSeparator | The character used to separate the each three digits in numeric values greater than 999 throughout your web application | cBaseLocalControlHost |
| psTimeFormat | Can be set to adjust the format in which time values are shown and edited by your application's DEOs | cBaseLocalControlHost |
| 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. | cBaseLocalControlHost |
| psVersionID | cBaseLocalControlHost |
Inherited Properties from cWebView2Browser
| Name | Description | Defining Class |
|---|---|---|
| Enabled_State | Indicates whether the control can respond to user interaction When Enabled_State is set to False, users cannot interact with this control. | cWebView2Browser |
| pbAreBrowserAcceleratorKeysEnabled | Controls whether the browser accelerator keys are being processed Controls whether the browser accelerator keys are being processed. | cWebView2Browser |
| pbAreDefaultContextMenusEnabled | Controls whether the default browser context menu is being shown Controls whether the default browser context menu is being shown. | cWebView2Browser |
| pbAreDefaultScriptDialogsEnabled | Controls whether the browser will show default script dialogs {e.g. | cWebView2Browser |
| pbAreDevToolsEnabled | Controls whether the browser will allow the developer tools to be opened using the default methods | cWebView2Browser |
| pbAreHostObjectsAllowed | Determines whether host objects are accessible from the page in WebView Determines whether host objects are accessible from the page in WebView. | cWebView2Browser |
| pbBorderVisible | Determines whether a border is shown around the WebView control Determines whether a border is shown around the WebView control. | cWebView2Browser |
| pbCanGoBack | Controls whether the browser will allow the user to navigate to a previous page in history using accelerator keys or the mouse | cWebView2Browser |
| pbCanGoForward | Controls whether the browser will allow the user to navigate to a next page in history using accelerator keys or the mouse | cWebView2Browser |
| pbIsBuiltInErrorPageEnabled | Determines whether default browser error pages for navigation and render process failure are shown Determines whether default browser error pages for navigation and render process failure are shown. | cWebView2Browser |
| pbIsScriptEnabled | Controls whether scripts within the loaded content are executed or not Controls whether scripts within the loaded content are executed or not. | cWebView2Browser |
| pbIsStatusBarEnabled | Controls whether the status bar is shown by the browser control Controls whether the status bar is shown by the browser control. | cWebView2Browser |
| pbIsWebMessageEnabled | Use this property to disable communication using WebMessages between the DataFlex host application and the HTML document | cWebView2Browser |
| pbIsZoomControlEnabled | Determines whether the user can change the zoom level of the page using accelerator keys or the mouse | cWebView2Browser |
| pePopupMode | Determines if/how popups requested by the page are being displayed Determines if/how popups requested by the page are being displayed. | cWebView2Browser |
| piBackColor | Determines the default background color visible if no content is loaded in the control Determines the default background color visible if no content is loaded in the control. | cWebView2Browser |
| piBorderColor | Determines the color of the border shown around the WebView control Determines the color of the border shown around the WebView control. | cWebView2Browser |
| piBorderWidth | Deterines the width of the border shown around the WebView control Deterines the width of the border shown around the WebView control. | cWebView2Browser |
| piBrowserProcessId | Use this read-only property to determine process ID (PID) of the browser process that hosts the WebView | cWebView2Browser |
| prZoomFactor | Determines the zoom factor used to display the current document Determines the zoom factor used to display the current document. | cWebView2Browser |
| psDocumentTitle | Use this read-only property to get the title of the current document Use this read-only property to get the title of the current document. | cWebView2Browser |
| psLocationURL | Use this property to query the URL of the currently displayed page Use this property to query the URL of the currently displayed page. | cWebView2Browser |
| psUserAgent | Use this property to query the user agent string or to override the default user agent string Use this property to query the user agent string or to override the default user agent string. | cWebView2Browser |
| psUserDataFolder | Use this property to query or to override the user data folder used by the current WebView2 instance | cWebView2Browser |
Inherited Properties from cComWebView2Ctrl
| Name | Description | Defining Class |
|---|---|---|
| ComHWND | cComWebView2Ctrl |
Inherited Properties from cComActiveXControl
| Name | Description | Defining Class |
|---|---|---|
| ControlValue | Used as a hook to link a property in the ActiveX control with the Value Property | cComActiveXControl |
| pbBindValue | Controls whether an ActiveX's bindable property is bound to the Value property | cComActiveXControl |
| Status_Help | Determines the status text that will be displayed when this object takes the focus This is the status-bar help text for the object. | cComActiveXControl |
| Use_Parent_Status_Help | Determines if parent's status help is used when object status help is empty | cComActiveXControl |
| Value | Sets or returns content of control or item | cComActiveXControl |
Inherited Properties from DfInPlaceComObject
| Name | Description | Defining Class |
|---|---|---|
| peAutoCreate | Manipulates COM Object instantiation COM Object instantiation can be manipulated via the peAutoCreate property. | DfInPlaceComObject |
| psLicenseKey | Contains the license key when ActiveX controls use a run-time license The psLicenseKey property contains the license key when ActiveX controls use a run-time license. | DfInPlaceComObject |
| psProgID | Holds the CLSID (class ID) of the COM class represented The psProgID property is used to hold the CLSID (class ID) of the COM class represented. | DfInPlaceComObject |
| pvComObject | Returns an IDispatch pointer to the external COM object pvComObject is a variant property which returns an IDispatch pointer to the external COM object. | DfInPlaceComObject |
Inherited Properties from DfComUIObject
| Name | Description | Defining Class |
|---|---|---|
| Absolute_GuiOrigin | Returns the screen coordinates of the top left corner of a DataFlex object | DfComUIObject |
| Border_Style | Specifies the border style of this object The Border_Style property specifies the border style of this object. | DfComUIObject |
| Client_Size | DfComUIObject | |
| Color | The background color of the object Determines the background color of the object. | DfComUIObject |
| Container_Handle | Returns the Windows window handle of the DataFlex object's container The Container_Handle function returns the Windows window handle of the DataFlex object's container. | DfComUIObject |
| GuiLocation | Determines the position of the object expressed in physical pixels relative to the upper left-hand corner of the parent object's client-area | DfComUIObject |
| GuiSize | Determines the size (height and width) of the object expressed in physical pixels | DfComUIObject |
| Mouse_Capture | Causes all DataFlex mouse events to be sent to the object that captures the mouse | DfComUIObject |
| peAnchors | Describes how you want the control to react whenever its container changes size | DfComUIObject |
| piMaxSize | Determines the limit of the maximum size that a Component can be | DfComUIObject |
| piMinSize | Determines the limit of the minimum size that a Component can be | DfComUIObject |
| Shadow_State | Determines if item is enabled (not shadowed) Shadowing an item affects both its appearance and its functionality. | DfComUIObject |
| TextColor | The text color of the object Determines the text color of the object. | DfComUIObject |
| Window_Handle | Returns the Windows window handle of the DataFlex object The Window_handle property returns the Windows window handle of the DataFlex object. | DfComUIObject |
| Windows_Override_State | Allows DataFlex to stop the default windows behavior for mouse and keyboard messages | DfComUIObject |
Inherited Properties from cUIObject
| Name | Description | Defining Class |
|---|---|---|
| Active_State | Indicates whether or not the object is activated Active_State indicates whether or not the object is activated (in the focus tree). | cUIObject |
| Attach_Parent_State | Determines whether an object that is activated will be added to the next level of the current focus (false) or the next level of its parent (true) | cUIObject |
| Block_Mouse_State | Determines whether or not the use of the mouse is restricted | cUIObject |
| Client_Area_State | Determines if object is a user interface container for children A special mode of user interface objects will become a container for children. | cUIObject |
| ContainsFocus | Determines if the container contains the focus The ContainsFocus property returns true if the object or one of its descendents contains the focus. | cUIObject |
| Current_Scope | Returns the object_id of the currently active scoping object The Current_scope property returns the object_id of the currently active scoping object. | cUIObject |
| Dynamic_Update_State | Determines whether or not the image of an object that can be seen will be updated when a change to the object occurs | cUIObject |
| Entry_msg | Hook sent whenever the object is about to receive the focus The message (procedure or function) defined by the Entry_msg property is sent whenever the object is about to receive the focus. | cUIObject |
| Error_Text | Gets the text from FLEXERRS.DAT that corresponds to the passed error number Error_Text gets the text from FLEXERRS.DAT that corresponds to iErrorNumber. | cUIObject |
| Error_Text_Available | Determines if Error Text is available for this error number Error_Text_Available determines if an error text exists for iErrorNumber. | cUIObject |
| Exit_msg | Hook sent whenever the object is about to lose the focus The message (procedure or function) defined by the Exit_msg property is sent whenever the object is about to lose the focus. | cUIObject |
| Find_Scope | Returns the scoping object of the current object The Find_scope property returns the scoping object of the current object. | cUIObject |
| Focus | Returns the ID of the object that currently has the focus The Focus property returns the ID of the object that currently has the focus. | cUIObject |
| Focus_Mode | Determines the conditions under which the object will take the focus Focus_Mode determines the conditions under which the object will take the focus. | cUIObject |
| Key_Path | Determines the delegation path for on_key key assignments The property Key_path determines where an object should look for key definitions(on_key Xxxx) after it has searched the current object. | cUIObject |
| Last_Child | Returns the Object_Id of the last focus child Last_Child returns the Object_Id of the last focus child. | cUIObject |
| Location | Determines the position of the upper left pixel of the object's window | cUIObject |
| Module_Name | Obsolete Assists in the process of locating context-sensitive help information Obsolete This property only applies to character mode DataFlex. | cUIObject |
| Next_Focus | Returns the object that is positioned in the focus tree as the next object at the same level as this object | cUIObject |
| Next_Level | Returns the object that is positioned in the focus tree as the first object in the next level | cUIObject |
| Next_Scope | Returns the object that is the next_scope object of the current scope The Next_scope property returns the object that is the next_scope object of the current scope. | cUIObject |
| Popup_State | Determines whether the object should respond to the standard Activate message, or via the Popup message | cUIObject |
| Prior_Focus | Returns the object that is positioned in the focus tree as the prior object at the same level as this object | cUIObject |
| Prior_Level | Returns the object that is the root of this object's level in the focus tree The Prior_level property returns the object that is the root of this object's level in the focus tree. | cUIObject |
| Prior_Scope | Returns the object that is the prior_scope object of the current scope The Prior_scope property returns the object that is the prior_scope object of the current scope. | cUIObject |
| Ring_State | Determines whether or not the objects added into the next level of this object are to act as a ring | cUIObject |
| RingParent | Returns the object handle of the object that is its ring parent | cUIObject |
| Scope_Focus | A property of scope objects in the focus tree The scope_focus is a property of scope objects in the focus tree. | cUIObject |
| Scope_State | Determines whether the objects at the next level of this object and beyond, are to be scoped by this object | cUIObject |
| Search_Case | Determines whether searches performed are case-sensitive or not | cUIObject |
| Size | Determines the size of a window in dialog units Size determines the size of object in dialog units. | cUIObject |
| Skip_State | Determines whether or not the switch and switch_back messages skip over this object during focus movement | cUIObject |
| Visible_State | Determines whether object is visible The Visible_State property is set true by default. | cUIObject |
Inherited Properties from cObject
| 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 |
| peNeighborhood | Determines how an object and its descendents participate in object neighborhood referencing | cObject |