BeforeCursorClose Event
Visual FoxPro 9.0 SP2 |
BeforeCursorClose Event |
See Also |
![]() |
Occurs immediately before a cursor closes. You can use this event to perform any operations needed before closing a cursor or table, and so on.
PROCEDURE Object.BeforeCursorClose LPARAMETERS cAlias |
Parameters
- cAlias
-
Specifies the alias of the cursor or table being closed.
Remarks
See Also
© , 1996-2020 • Updated: 11/10/20
Comment or report problem with topic