Methods for DfBasePanel

View method list in hierarchical order

NameTypeDescriptionDefining Class
ActivateProcedureGives an object the focus (and adds it to the focus tree)cUIObject
Activate_ScopeProcedureActivates objects that are separate tools to the applicationcUIObject
Add_FocusProcedureAdds the object into the focus tree at the Next_Level of the hoParent in the focus treecUIObject
Adjust_LogicalsProcedureSets the logical coordinates for size and location to the best approximations of the actual physical coordinates of the objectDfBaseWindow
BellProcedureRings the PC bellcUIObject
CancelProcedureUsed to terminate the current level of a start_ui or ui_acceptcUIObject
CanCopyFunctionDetermines whether a Copy operation can be successfully completedcUIObject
CanCutFunctionDetermines whether a Cut operation can be successfully completedcUIObject
CanDeleteFunctionDetermines whether a Delete operation can be successfully completedcUIObject
CanPasteFunctionDetermines whether a Paste operation can be successfully completedcUIObject
CanSelectFunctionDetermines whether a Select operation can be successfully completedcUIObject
CanUndoFunctionDetermines whether n Undooperation can be successfully completedcUIObject
ChildByIndexFunctionCan be used to iterate the direct children of an objectcObject
ClassSuperClassFunctionReturns the superclass of the passed classcObject
ConfirmFunctionPops up a "Yes/No" confirmationcUIObject
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
Data_Loss_ConfirmationFunctionPops up a "Yes/No" confirmation for data losscUIObject
DeactivateProcedureRemoves the object from the focus treecUIObject
Default_KeyProcedureUsed in On_key command to restore standard accelerator for an objectcUIObject
Delete_ConfirmationFunctionPops up a "Yes/No" confirmation for a deletecUIObject
DestroyProcedureDestroys the object that receives the message and any child objects of that objectcObject
DialogToGuiFunctionThis is used to convert dialog units to gui units.DfBaseWindow
Enumerate_FontsProcedureProvides a mechanism to obtain a list of all fontsDfBaseWindow
Exit_Loss_ConfirmationFunctionPops up a "Yes/No" confirmation for exit losscUIObject
External_Class_NameProcedure SetUsed to "wrap" a windows control inside of a DataFlex classDfBaseWindow
External_MessageProcedure SetAssigns Windows messages to DataFlex messagesDfBaseWindow
GuiClientSizeFunctionThis returns an object's client area size as a folded integer valueDfBaseWindow
GuiToDialogFunctionThis is used to convert gui units to dialog units.DfBaseWindow
GuiWindowSizeFunctionThis returns an object's outer window bounding size as a folded valueDfBaseWindow
HelpProcedureOverridden in the help_system to activate context-sensitive helpcUIObject
IsClassOfClassFunctionDetermines whether the target class is part of the searched class's hierarchycObject
IsObjectOfClassFunctionDetermines whether the passed class is part of the object's class hierarchycObject
ItemProcedure SetChanges the current item to the first or last data item (depending on the value of last) in the displayed range of itemscUIObject
Line_Delete_ConfirmationFunctionPops up a "Yes/No" confirmation for a line deletecUIObject
Line_Save_ConfirmationFunctionPops up a "Yes/No" confirmation for a line savecUIObject
NextProcedureMoves the focus to the next object in the tab order when the Tab key is pressedcUIObject
Next_Object_IdFunctionCalled by the switch message to determine the object_id of the next object to go to in the focus treecUIObject
No_ConfirmationFunctionUsed to cancel a confirmation messagecUIObject
NoneProcedureDoes nothing - used by on_key and commands to stop a key assignmentcUIObject
ObjectClassFunctionReturns the integer class ID assigned to the class this object is based oncObject
OkProcedureUsed on items and accelerator key definitions to terminate the current level of start_ui or ui_acceptcUIObject
Page_ObjectProcedureAdds or removes an object from the focus treecUIObject
PopupProcedureActivates a modal dialogcUIObject
PreviousProcedureMoves the focus to the previous object in the tab order when the Shift+Tab key is pressedcUIObject
Prior_Object_IdFunctionCalled by the switch_back message to determine the object_id of the previous object to go to in the focus treecUIObject
Release_Mouse_CaptureProcedureRestores normal mouse captureDfBaseUIWindow
Request_Destroy_ObjectProcedureUse the Destroy method instead [Obsolete]cObject
Save_ConfirmationFunctionPops up a "Yes/No" confirmation for a savecUIObject
Stop_UIProcedureTerminates a popup_modal message and returns execution to the next line after the one on which this message was sentcUIObject
SwitchProcedureMoves the focus to the object returned by the next_object_id functioncUIObject
Switch_BackProcedureMoves the focus to the object returned by the prior_object_id functioncUIObject
Switch_Next_GroupProcedureMoves the focus to the first object in the next_level of the next_object of the prior_level of this objectcUIObject
Switch_Next_ScopeProcedureMoves the focus to the scope focus of the next scopecUIObject
Switch_Prior_GroupProcedureMoves the focus to the last object in the prior_level of the prior_object of the next_level of this objectcUIObject
Switch_Prior_ScopeProcedureMoves the focus to the scope focus of the prior_scopecUIObject
Windows_MessageProcedureSends a message to the Windows message queueDfBaseWindow