- Construct_Object()
- BooleanpbCancel
tells us if the edit was cancelled
- BooleanpbInDeactivate
says we are within a deactivate
- BooleanpbNoKill
used to stop the OnKillFocus logic. Needed when form buttons triggers a kill focus
- BooleanpbControlValueUpdated
tells us if the control value is updated, which can occur in several places
- HandlephoGrid
- Switch_Next_Area()
- Switch_Prior_Area()
- Help()
help should be handled by grid
- Set(Integer bCaps)
- IntegeriOpts
- CancelEdit()
- IntegerhoGrid
- EndEdit()
- IntegerhoGrid
- EnterPressed()
- IntegerhoGrid
- EscPressed()
- IntegerhoGrid
- MoveDownRow()
- IntegerhoGrid
- MoveUpRow()
- IntegerhoGrid
- MovePageDown()
- IntegerhoGrid
- MovePageDown()
- IntegerhoGrid
- Next()
- IntegerhoGrid
- Previous()
- IntegerhoGrid
- UpdateCustomEdit()
- StringsVal
- BooleanbCancel
- BooleanbUpdated
- IntegerhoGrid
- IntegeriIndex
- IntegerExiting(Handle hoDestination)
- BooleanbCancel
- IntegerhoGrid
- Form_Button_Mouse_Down(Integer iItem Integer Counter)
- Form_Button_Notification(Integer iItem Integer iPosition)
- Prompt()
- IntegerPrompt_Object(Integer iItem)
- IntegerhoObject
- Notify_Focus_Change(Integer Fg)
- IntegerDeactivate(Integer eDeactivateScope)
- OnPreCreate_Dialog()
this is sent by a modal dialog before it takes the focus (sent from Create_Dialog). It is sent to the
focus object. If the edit control is the focus, we remove the edit by activating the grid. This forces the
invoking object to be the grid and not the edit control. It also insures that the popup's focus parent is the grid.
All other classes do nothing with this message.
- ActivateForm()
before activation is attempted we must set the grid's phoCustomEdit
property to indicate that the custom edit has or is about to take the
focus. This must be set before the grid gets the exiting message
- IntegerhoGrid
- StringsValue
- BooleanbActive
- Page_Object(Boolean bPage)
This is needed to make the value appear in the form.
- StringsVal
- OnSetFocus()
- OnKillFocus()
- StringsVal
- BooleanbCancel
- BooleanbDeactivating
- BooleanbNoKill
- IntegerhoGrid
- IntegerhoFocus
- IntegerhoFocusPre
- CreatePromptButton()
called when object is paged to determine if a prompt button is used.
- IntegereCreate
- IntegerhoPrompt
- BooleanbOn
- StringsValue
- Command(Integer wParam Integer lParam)