Methods for cSelectionSource

View method list in alphabetical order

NameTypeDescription
DDRefreshTableStatusFunctionReturns the table's status for the Refresh event
DEO_Control_ObjectFunctionIndicates if this DEO is a data bindable control or container
DEO_Find_ObjectFunctionRequired DD/DEO interface
Request_ClearProcedurePerforms a DD Clear operation
Request_Clear_AllProcedurePerforms a DD Clear_All operation
Request_ClearBindingTableProcedureSends clear to the DDO that owns the binding table
Request_DeleteProcedurePerforms a DD delete operation
Request_FindProcedureGeneric request find method for handling RequestFindGE, RequestNext, RequestPrevious, RequestFirst, RequestLast
Request_SaveProcedurePerforms a DD save operation
ServerDEOFunctionReturns the DEO that sets the server

Inherited Methods from cObject

ChildByIndexFunctionCan be used to iterate the direct children of an object
ClassSuperClassFunctionReturns the superclass of the passed class
CreateFunctionCreates an object based on the passed Class Id
CreateNamedFunctionCreates an object based on the passed Class Id and assigns it a name Name based on a passed name
DestroyProcedureDestroys the object that receives the message and any child objects of that object
Exit_ApplicationProcedureStarts the process of closing an application
IsClassOfClassFunctionDetermines whether the target class is part of the searched class's hierarchy
IsObjectOfClassFunctionDetermines whether the passed class is part of the object's class hierarchy
ObjectClassFunctionReturns the integer class ID assigned to the class this object is based on
Request_Destroy_ObjectProcedureUse the Destroy method instead [Obsolete]