Methods for cWebBaseDEO

View method list in hierarchical order

NameTypeDescriptionDefining Class
AddKeyHandlerProcedureAdds a client side key handlercWebBaseUIObject
CallBackProcedureUse this procedure to delay a task to a new server round-tripcWebObject
ChildByIndexFunctionCan be used to iterate the direct children of an objectcObject
ClassSuperClassFunctionReturns the superclass of the passed classcObject
ClientActionProcedureCalls a function of the client JavaScript objectcWebObject
ClientActionExProcedureAdds a client action to the response that will be executed on the clientcWebObject
ConditionalFocusProcedureGives the control the focus but only if the browser platform is not a mobile device (tablet / phone)cWebBaseUIObject
CreateFunctionCreates an object based on the passed Class IdcObject
CreateNamedFunctionCreates an object based on the passed Class Id and assigns it a name Name based on a passed namecObject
DataLossConfirmationProcedureDefault data loss Yes/No confirmation messagecWebBaseDEOServer
DDFieldEntryMessageProcedureExecutes the DDO field entry message for the data column bound to this DEO
DDFieldExitMessageProcedureExecutes the DDO field exit message for the data column bound to this DEO
DDFieldRememberProcedureSets the remember value for the appropriate DD column to this DEO's current value
DDFieldRememberLastProcedureSet the remember value for the appropriate DD column to whatever is in the DEO at the time that it is cleared
DDFieldUnRememberProcedureClears the remember value for the appropriate DD column
DDFieldValidateFunctionPerforms a DDO field validation for the data column bound to this DEO
DDRefreshTableStatusFunctionReturns the table's status for the Refresh eventcWebBaseDEOServer
DDSetChangedValueProcedureSets the Field_Changed_State of the DDO and field that is associated with this DEO
DeleteConfirmationProcedureDefault delete confirmation messagecWebBaseDEOServer
DEO_Find_ObjectFunction
DestroyProcedureDestroys the object that receives the message and any child objects of that objectcObject
DragDataFunctionReturns the DragData for this controlcWebBaseUIObject
DropDataFunctionReturns the DragData for this controlcWebBaseUIObject
Exit_ApplicationProcedureStarts the process of closing an applicationcObject
Find_FirstProcedureFinds the first valid record for a DEO object based on the file and field assigned to the DEO's current item
Find_GEProcedurePerforms a find greater than or equal by the data_file and data_field of the current item, using request_find
Find_LastProcedureFinds the last valid record for a DEO object based on the file and field assigned to the DEO's current item
Find_NextProcedurePerforms a find greater than by the data_file and data_field of the current item, using request_find
Find_PreviousProcedurePerforms a find less than by the data_file and data_field of the current item, using request_find
FocusProcedureGives the control the focuscWebBaseUIObject
HideAllControlErrorsProcedureHides all field errors for non-data-bound fields
HideControlErrorProcedureHides field errors for non-data-bound fields
HideInfoBalloonProcedureHides an information ballooncWebBaseControl
HostFunctionReturns a Handle to the Host object of this web objectcWebObject
InitDynamicPropProcedureSets a dynamic property valuecWebObject
IsClassOfClassFunctionDetermines whether the target class is part of the searched class's hierarchycObject
IsControlAccessibleFunctionDetermines if the control is currently accessiblecWebBaseUIObject
IsControlEnabledFunctionDetermines if a control is enabledcWebBaseUIObject
IsControlRenderedFunctionDetermines if a control is renderedcWebBaseUIObject
IsControlVisibleFunctionDetermines if a control is visiblecWebBaseUIObject
IsDynamicObjectFunctionChecks whether the object is dynamic or notcWebObject
IsLoadedFunctionChecks if the webobject is loaded to the clientcWebObject
IsObjectOfClassFunctionDetermines whether the passed class is part of the object's class hierarchycObject
NavigateInfoFunctionReturns array of navigation paths that the current object has registeredcWebObject
NavigatePathProcedurePerforms the navigation registered for this web objectcWebObject
ObjectClassFunctionReturns the integer class ID assigned to the class this object is based oncObject
PromptProcedureInvokes a prompt list for this DEO when sent
PromptObjectFunctionReturns the object handle of the prompt dialog object associated with this object
ptActionDataFunctionRetrieves the action data for a server action as value treecWebObject
RemoveKeyHandlerProcedureRemoves a client side key handlercWebBaseUIObject
Request_ClearProcedurePerforms a DD Clear operationcWebBaseDEOServer
Request_Clear_AllProcedurePerforms a DD Clear_All operationcWebBaseDEOServer
Request_ClearBindingTableProcedureSends clear to the DDO that owns the binding table
Request_DeleteProcedurePerforms a DD delete operationcWebBaseDEOServer
Request_Destroy_ObjectProcedureUse the Destroy method instead [Obsolete]cObject
Request_FindProcedureGeneric request find method for handling RequestFindGE, RequestNext, RequestPrevious, RequestFirst, RequestLast
Request_SaveProcedurePerforms a DD save operationcWebBaseDEOServer
RequestClearAllExecProcedurePerforms the second half of a DD Clear_All operation which was started by Request_Clear_AllcWebBaseDEOServer
RequestClearExecProcedurePerforms the second half of a DD Clear operation which was started by Request_ClearcWebBaseDEOServer
RequestDeleteExecProcedurePerforms the second half of a DD delete operation which was started by Request_DeletecWebBaseDEOServer
RequestSaveExecProcedurePerforms the second half of a DD save operation which was started by Request_SavecWebBaseDEOServer
SaveClearCancelConfirmationProcedureDefault save, clear, cancel Yes/No/Cancel confirmation messagecWebBaseDEOServer
SaveConfirmationProcedureDefault save confirmation messagecWebBaseDEOServer
ScrollIntoViewProcedureScrolls an object that is currently scrolled out of the view into viewcWebBaseUIObject
ServerDEOFunctionReturns the DEO that sets the servercWebBaseDEOServer
SetActionModeProcedureAllows developer to configure a wait dialog for every server actioncWebObject
SetDynamicEnabledProcedureEnables or disables a control with a data binding according to rules built into the framework and the data binding's data dictionary
ShowControlErrorProcedureShows field errors for non-data-bound fields
ShowInfoBalloonProcedureDisplays an information ballooncWebBaseControl
SuperFindProcedurePerforms a superfind greater than or equal by the data_file and data_field of the current item, using request_superfind
SuperFind_NextProcedurePerforms a superfind greater than by the data_file and data_field of the current item, using request_superfind
SuperFind_PreviousProcedurePerforms a superfind less than by the data_file and data_field of the current item, using request_superfind
UnSyncWebPropertyProcedureUnsynchronizes a client web propertycWebObject
WebMethodByNameFunctionSearches for the message handle of a message based on the name of a web methodcWebObject
WebMethodIsFunctionFunctionDetermines if a web method is a function or a procedurecWebObject
WebMethodNameFunctionConverts the message handle of a web method into a stringcWebObject
WebObjectByNameFunctionSearches for the object handle of a web object using its public namecWebObject
WebObjectNameFunctionThe public web object name of this objectcWebObject