Name | Type | Description |
---|---|---|
DDFieldRemember | Procedure | |
Inherited Methods from cWebBaseDEO | ||
DDFieldEntryMessage | Procedure | Executes the DDO field entry message for the data column bound to this DEO |
DDFieldExitMessage | Procedure | Executes the DDO field exit message for the data column bound to this DEO |
DDFieldRememberLast | Procedure | Set the remember value for the appropriate DD column to whatever is in the DEO at the time that it is cleared |
DDFieldUnRemember | Procedure | Clears the remember value for the appropriate DD column |
DDFieldValidate | Function | Performs a DDO field validation for the data column bound to this DEO |
DDSetChangedValue | Procedure | Sets the Field_Changed_State of the DDO and field that is associated with this DEO |
DEO_Find_Object | Function | |
Find_First | Procedure | Finds the first valid record for a DEO object based on the file and field assigned to the DEO's current item |
Find_GE | Procedure | Performs a find greater than or equal by the data_file and data_field of the current item, using request_find |
Find_Last | Procedure | Finds the last valid record for a DEO object based on the file and field assigned to the DEO's current item |
Find_Next | Procedure | Performs a find greater than by the data_file and data_field of the current item, using request_find |
Find_Previous | Procedure | Performs a find less than by the data_file and data_field of the current item, using request_find |
HideAllControlErrors | Procedure | Hides all field errors for non-data-bound fields |
HideControlError | Procedure | Hides field errors for non-data-bound fields |
Prompt | Procedure | Invokes a prompt list for this DEO when sent |
PromptObject | Function | Returns the object handle of the prompt dialog object associated with this object |
Request_ClearBindingTable | Procedure | Sends clear to the DDO that owns the binding table |
Request_Find | Procedure | Generic request find method for handling RequestFindGE, RequestNext, RequestPrevious, RequestFirst, RequestLast |
SetDynamicEnabled | Procedure | Enables or disables a control with a data binding according to rules built into the framework and the data binding's data dictionary |
SuperFind | Procedure | Performs a superfind greater than or equal by the data_file and data_field of the current item, using request_superfind |
SuperFind_Next | Procedure | Performs a superfind greater than by the data_file and data_field of the current item, using request_superfind |
SuperFind_Previous | Procedure | Performs a superfind less than by the data_file and data_field of the current item, using request_superfind |
Inherited Methods from cWebBaseControl | ||
HideInfoBalloon | Procedure | Hides an information balloon |
ShowInfoBalloon | Procedure | Displays an information balloon |
Inherited Methods from cWebBaseDEOServer | ||
DataLossConfirmation | Procedure | Default data loss Yes/No confirmation message |
DDRefreshTableStatus | Function | Returns the table's status for the Refresh event |
DeleteConfirmation | Procedure | Default delete confirmation message |
Request_Clear | Procedure | Performs a DD Clear operation |
Request_Clear_All | Procedure | Performs a DD Clear_All operation |
Request_Delete | Procedure | Performs a DD delete operation |
Request_Save | Procedure | Performs a DD save operation |
RequestClearAllExec | Procedure | Performs the second half of a DD Clear_All operation which was started by Request_Clear_All |
RequestClearExec | Procedure | Performs the second half of a DD Clear operation which was started by Request_Clear |
RequestDeleteExec | Procedure | Performs the second half of a DD delete operation which was started by Request_Delete |
RequestSaveExec | Procedure | Performs the second half of a DD save operation which was started by Request_Save |
SaveClearCancelConfirmation | Procedure | Default save, clear, cancel Yes/No/Cancel confirmation message |
SaveConfirmation | Procedure | Default save confirmation message |
ServerDEO | Function | Returns the DEO that sets the server |
Inherited Methods from cWebBaseUIObject | ||
AddKeyHandler | Procedure | Adds a client side key handler |
ConditionalFocus | Procedure | Gives the control the focus but only if the browser platform is not a mobile device (tablet / phone) |
DragData | Function | Returns the DragData for this control |
DropData | Function | Returns the DragData for this control |
Focus | Procedure | Gives the control the focus |
IsControlAccessible | Function | Determines if the control is currently accessible |
IsControlEnabled | Function | Determines if a control is enabled |
IsControlRendered | Function | Determines if a control is rendered |
IsControlVisible | Function | Determines if a control is visible |
RemoveKeyHandler | Procedure | Removes a client side key handler |
ScrollIntoView | Procedure | Scrolls an object that is currently scrolled out of the view into view |
Inherited Methods from cWebObject | ||
CallBack | Procedure | Use this procedure to delay a task to a new server round-trip |
ClientAction | Procedure | Calls a function of the client JavaScript object |
ClientActionEx | Procedure | Adds a client action to the response that will be executed on the client |
GetParentWidget | Function | |
Host | Function | Returns a Handle to the Host object of this web object |
InitDynamicProp | Procedure | Sets a dynamic property value |
IsDynamicObject | Function | Checks whether the object is dynamic or not |
IsLoaded | Function | Checks if the webobject is loaded to the client |
NavigateInfo | Function | Returns array of navigation paths that the current object has registered |
NavigatePath | Procedure | Performs the navigation registered for this web object |
ptActionData | Function | Retrieves the action data for a server action as value tree |
SetActionMode | Procedure | Allows developer to configure a wait dialog for every server action |
UnSyncWebProperty | Procedure | Unsynchronizes a client web property |
WebMethodByName | Function | Searches for the message handle of a message based on the name of a web method |
WebMethodIsFunction | Function | Determines if a web method is a function or a procedure |
WebMethodName | Function | Converts the message handle of a web method into a string |
WebObjectByName | Function | Searches for the object handle of a web object using its public name |
WebObjectName | Function | The public web object name of this object |
Inherited Methods from cObject | ||
ChildByIndex | Function | Can be used to iterate the direct children of an object |
ClassSuperClass | Function | Returns the superclass of the passed class |
Create | Function | Creates an object based on the passed Class Id |
CreateNamed | Function | Creates an object based on the passed Class Id and assigns it a name Name based on a passed name |
Destroy | Procedure | Destroys the object that receives the message and any child objects of that object |
Exit_Application | Procedure | Starts the process of closing an application |
IsClassOfClass | Function | Determines whether the target class is part of the searched class's hierarchy |
IsObjectOfClass | Function | Determines whether the passed class is part of the object's class hierarchy |
ObjectClass | Function | Returns the integer class ID assigned to the class this object is based on |
Request_Destroy_Object | Procedure | Use the Destroy method instead [Obsolete] |