BBjGridCellEvent::getOriginalText
Description
This method returns the original text of the cell at the time the event was generated.
Syntax
Return Value |
Method |
string |
getOriginalText() |
Parameters
None.
Return Value
Returns the original text prior to editing.
Remarks
If the cell is being edited at the time an event is generated, the editText is visible on the screen. But the original text of the cell does not change until the edit is completed. So for any event that is generated during an edit (e.g. BBjGridCellModifyEvent), a call to getOriginalText() will return the original text of the cell and not the edited text that is visible on the screen
See Also
BBj Object Diagram for an illustration of the relationship between BBjObjects.