AcornSearch - Acorn and RISC OS information searching
RISC OS Search
containing
"Nutty quip goes here!"
Home  |  About  |  Filebase Archive  |  StrongHelp Manuals  |  Newsgroups  |  Module Database
Header:     textarea.h

Syntax:     
extern _kernel_oserror *textarea_get_text
(
unsigned int  flags,
ObjectId      window, 
ComponentId   textarea,
char         *buffer,
int           buff_size,
int          *nbytes
);


Purpose:     Function copies all text displayed in a text area to a buffer provided by the client or, if buffer is NULL, writes the required buffer size to nbytes. The output string is NUL terminated and may contain line feeds.

[sh-index] Back to list of manuals