DBmodifyTextString

Top  Previous  Next

Change of the text in a text element.

With DBchangeTextString the text of a text element can be changed. Besides, the new text may have any length. The old text is removed, storage space is planned automatically enough for the new text. All the other settings of the text element are preserved.

Parametre

text (PTEXT_ELEMENT) [IN]

The trading of the text element whose text should be changed.

textString (char *) [IN]

The new text which should be bound to the text element.

Result

(T_ERROR) [OUT]

If everything has functioned ERROR_OK is delivered, but one of the error messages from error.h.

Declaration

#include "database.h"

 

T_ERROR DLLENTRY DBmodifyTextString (

PTEXT_ELEMENT text,

char * textString

);