End_Buffered_Selection
Functions | |
void | End_Buffered_Selection (void) |
Ends the selection process for the current buffered selection event. that was previously started using Begin_Buffered_Selection. More... | |
Detailed Description
Function Documentation
◆ End_Buffered_Selection()
void End_Buffered_Selection | ( | void | ) |
Ends the selection process for the current buffered selection event. that was previously started using Begin_Buffered_Selection.
DETAILS
Call this method to end the selection process for the current buffered selection event, that was previously started using Begin_Buffered_Selection. If this is not called, any subsequent call to Begin_Buffered_Selection will overwrite the current selection.
This will delete the selection buffer and any other memory associated with it.
NOTES
None.
RESTRICTIONS
None.