DBsetTextbufferContents

Top  Previous  Next

Changes the value of the text buffer.

The routines which put down a text on the data bank file this text often also in a buffer of the data bank which then other routines can call away. This text string can be put with DBsetTextbufferContents. With DBgetTextbufferContents if the text from this buffer is selected.

Parametre

root (PROOT) [IN]

The trading of the data bank.

text (char *) [IN]

This pointer shows the new text which is stored in the text buffer. There are no length restrictions for this text.

Result

---

Declaration

#include "database.h"

 

void DLLENTRY DBsetTextbufferContents (

PROOT root,

char * text

);

Related function

DBgetTextbufferContents