edit::DeleteSelection


NAME

DeleteSelection - Delete the selected text from the string

SYNOPSIS

#include <AXE/edit.h>

int edit::DeleteSelection(void);

DESCRIPTION

Delete the selected text from the edited string.

RETURN VALUE

The number of characters deleted from the text. Note that this is zero if nothing was selected.

SEE ALSO

DIAGNOSTICS