Skip to content

Properties for cWebParentCombo

View property list in hierarchical order.

Name Description Defining Class
Auto_Clear_DEO_State If True, this object will clear after a successful save occurs If the Auto_Clear_DEO_State property is True, this object will clear after a successful save occurs. cWebBaseDEO
Auto_Fill_State Determines whether first record should be found automatically after a clear Determines whether first record should be found automatically after a clear. cWebBaseDEOServer
Auto_Save_State Determines if auto save should be performed cWebBaseDEO
Child_Count Returns the number of child objects the object contains Child_Count returns the number of child objects the object contains. cObject
Data_Field Identifies the database table column from which data is to be stored, retrieved, and cleared cWebBaseDEO
Data_File Identifies the database table that contains the column from which data is to be stored, retrieved, and cleared cWebBaseDEO
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
pbAddEmptyItem Determines whether an empty item is added at the beginning of the combo list Determines whether an empty item is added at the beginning of the combo list. cWebCombo
pbCapslock Determines whether Capslock is applied to the control Set pbCapslock to True to enable the Capslock operation for this control. cWebBaseDEO
pbChanged Determines if the value was changed on the client Returns True if the value (psValue) of the control was changed on the client. cWebBaseDEO
pbClearAfterSave Determines whether DDOs and DEOs clear after a successful save cWebBaseDEOServer
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
pbEnabledStatic Determines the automatic DD based enabling/disabling of this DEO should be stopped - making it static cWebBaseDEO
pbFieldDefault Indicates if the current value is set as a column default value Indicates if the current value is set as a column default value. cWebBaseDEO
pbFillHeight Determines whether the control fills all vertical space or not If True, then the control is vertically stretched to fill all available space. cWebBaseControl
pbLimitDateRange Determines whether the client will limit dates to fit the DataFlex Date type Determines whether the client will limit dates to fit the DataFlex Date type (0001-01-01 -- 2500-01-1). cWebBaseDEO
pbNoAccessibilityCheck Controls whether the framework looks at pbRender, pbVisible and pbEnabled of itself or its parents to determine if the control is accessible cWebBaseUIObject
pbNoFillIfHidden Determines whether a hidden data entry object refreshes its value based on its data binding cWebBaseDEO
pbNoUpdateIfHidden Determines whether a hidden data entry object should update the data dictionary cWebBaseDEO
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
pbRequired Determines whether a value is Required for the control Set pbRequired to True to enable the Required operation for this control. cWebBaseDEO
pbServerOnAutoFind Determines whether the OnAutoFind event is sent to the server when the control performs an AutoFind operation cWebBaseDEO
pbServerOnBlur Controls whether the OnBlur event is sent to the server when the control loses the focus at the client cWebBaseControl
pbServerOnChange Determines whether the OnChange event is sent to the server when the control loses the focus and the control's value has been modified cWebBaseDEO
pbServerOnFocus Controls whether the OnFocus event is sent to the server when the control receives the focus at the client cWebBaseControl
pbServerOnValidate Determines whether the OnValidate event is sent to the server when the control loses the focus cWebBaseDEO
pbShowLabel Determines whether space is assigned for the label in the column layout Normally, the width of each control includes the width occupied by its label (psLabel). cWebBaseControl
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
peAlign Sets the text alignment for the control's value (psValue) Set peAlign to determine whether the value text is aligned to the left, right or center of the control. cWebBaseDEO
peDataType Determines the data type of the control's psValue data Set this property to one of the following. cWebBaseDEO
peLabelAlign Determines whether the label text is aligned to the left, right or center of the label area cWebBaseControl
peLabelPosition Determines whether the label will be positioned to the left, right or above the control Normally, the width of each control includes a special area reserved for its label (psLabel). cWebBaseControl
peNeighborhood Determines how an object and its descendents participate in object neighborhood referencing cObject
peSortItems Determines the sort order of the combo items Determines the sort order of the combo items. cWebCombo
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
phoPrompt Object handle of a web dialog or view to be activated by the OnPrompt event cWebBaseDEO
piColumnIndex Determines the control's X-coordinate placement in the containing object's column layout cWebBaseControl
piColumnSpan Determines the control's width in the containing object's column layout cWebBaseControl
piHeight The height of the control in pixels If pbFillHeight is False, piHeight determines the vertical size of the control in pixels. cWebBaseControl
piIndex Forces the cWebParentCombo to use the specified index when filling itself Setting this property forces the cWebParentCombo to use the specified index when filling itself. cWebParentCombo
piLabelOffset Determines the width of the area occupied by the control's label Normally, the width of each control includes a special area reserved for its label (psLabel). cWebBaseControl
piMaxLength Max number of characters that can be entered into this control Set piMaxLength to the maximum number of characters that can be entered into this control. cWebBaseDEO
piMinHeight The minimum height of the control in pixels The minimum height of the control in pixels. cWebBaseControl
piPrecision Max number of digits that can be entered after the decimal point for a numeric data type cWebBaseDEO
piRowIndex Positions the control at the set row index on the grid Positions the control at the set row index on the grid. cWebBaseControl
piRowSpan Causes a control to span 1 or more rows Causes a control to span 1 or more rows. cWebBaseControl
psBackgroundColor The background color of the web control The background color of the web control, using HTML color codes. cWebBaseUIObject
psClientOnAutoFind Assigns a client-side AutoFind event to the control cWebBaseDEO
psClientOnBlur Assigns a client-side OnBlur event to the control OnBlur is an event that triggers when the application user tabs or clicks away from a control that had the focus. cWebBaseControl
psClientOnChange Assigns a client-side OnChange event to the control Set psClientOnChange to the name of the JavaScript function to fire when the control loses the focus and the control's value has been modified. cWebBaseDEO
psClientOnFocus Assigns a client-side OnFocus event to the control OnFocus is an event that triggers when the application user gives the focus to a control (i.e. cWebBaseControl
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
psClientOnValidate Assigns a client-side OnValidate event to the control Set psClientOnValidate to the name of the JavaScript function to fire when the control loses the focus. cWebBaseDEO
psCSSClass Determines the CSS class the object uses cWebBaseUIObject
psDynamicObjectId The (unique) ID of the dynamic object The (unique) ID of the dynamic object. cWebObject
psEmptyItemDescription The value the combo list's empty item should have The value the combo list's empty item should have. cWebCombo
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
psLabel The control's descriptive label By default, a portion of the control's width is reserved to display a descriptive label. cWebBaseControl
psLabelColor Label text color The text color of the control's label, using HTML color codes. cWebBaseControl
psMask The mask string for this control The psMask property provides support for data masking. cWebBaseDEO
psTextColor The text color of the web control The text color of the web control, using HTML color codes. cWebBaseUIObject
psToolTip Tooltip that is displayed when the mouse is hovered over the control Set psTooltip to display a tooltip when the mouse is hovered over the control. cWebBaseControl
psValue The value that is displayed in the control WebGet psValue to retrieve the value that is displayed in the control. cWebBaseDEO
Server Returns the object id of the database agent of this object cWebBaseDEOServer
Verify_Data_Loss_msg Specifies the message to use for data loss confirmation Specifies the message to use for data loss confirmation. cWebBaseDEOServer
Verify_Delete_msg Specifies the message to use for delete confirmation Specifies the message to use for record delete confirmation. cWebBaseDEOServer
Verify_Save_msg Specifies the message to use for save confirmation Specifies the message to use for record save confirmation. cWebBaseDEOServer