First checkin, AXE release 0.2
[AXE.git] / doc / edit_DeleteSelection.html
1 <HTML>
2 <HEAD>
3 <TITLE>gc - ANDROMEDA X-windows Encapsulation</TITLE>
4 <!--Created by Applixware HTML Authoring System, Release 4.3 on Thu Jun 18 12:58:23 1998-->
5 <!--Ax:WP:DocVar:HTMLOriginalPath@:"/doc/software/AXE/edit_DeleteSelection.html"-->
6 </HEAD>
7 <BODY BGCOLOR="#ffffff">
8 <H1>edit::DeleteSelection</H1>
9 <HR>
10 <H2>NAME</H2>
11 <P>DeleteSelection - Delete the selected text from the string</P>
12 <H2>SYNOPSIS</H2>
13 <P>#include &lt;AXE/edit.h&gt;</P>
14 <P>int <A HREF="edit.html">edit</A>::DeleteSelection(void);</P>
15 <H2>DESCRIPTION</H2>
16 <P>Delete the selected text from the edited string.</P>
17 <H2>RETURN VALUE</H2>
18 <P>The number of characters deleted from the text. Note that this is zero if
19 nothing was selected.</P>
20 <H2>SEE ALSO</H2>
21 <H2>DIAGNOSTICS</H2>
22 </BODY>
23 </HTML>