Methods for cWebBaseUIObject

View method list in hierarchical order

NameTypeDescriptionDefining Class
AddKeyHandlerProcedureAdds a client side key handler
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)
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
DEO_ObjectFunctionDetermines if the object understands the DEO interfacecWebObject
DestroyProcedureDestroys the object that receives the message and any child objects of that objectcObject
DragDataFunctionReturns the DragData for this control
DropDataFunctionReturns the DragData for this control
Exit_ApplicationProcedureStarts the process of closing an applicationcObject
FocusProcedureGives the control the focus
GetParentWidgetFunctioncWebObject
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 accessible
IsControlEnabledFunctionDetermines if a control is enabled
IsControlRenderedFunctionDetermines if a control is rendered
IsControlVisibleFunctionDetermines if a control is visible
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
ptActionDataFunctionRetrieves the action data for a server action as value treecWebObject
RemoveKeyHandlerProcedureRemoves a client side key handler
Request_Destroy_ObjectProcedureUse the Destroy method instead [Obsolete]cObject
ScrollIntoViewProcedureScrolls an object that is currently scrolled out of the view into view
SetActionModeProcedureAllows developer to configure a wait dialog for every server actioncWebObject
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