AfterCursorDetach Event
Occurs immediately after a CursorAdapter object detaches a cursor. You can use AfterCursorDetach to perform tasks such as reset cursor adapter properties and perform operations on the freed table.
PROCEDURE Object.AfterCursorAttach
LPARAMETERS cAlias, lResult
Parameters
- cAlias
Specifies the alias of the detached cursor or table. - lResult
Specifies True (.T.) if the CursorAdapterCursorDetach method detaches the cursor or table successfully and False (.F.) if not detached successfully.
See Also
Events | CursorAdapter Object Properties, Methods, and Events | BeforeCursorDetach Event | CursorDetach Method
Applies To: CursorAdapter Class