7.2. tsTextEndBlock

Syntax

Pascal

procedure tsTextEndBlock;

C/C++

void tsTextEndBlock;

Description

This function ends the block mode. This is only possible if you have started the blockmode with tsTextBeginBlock. If you aren't in the blockmode this functions only sets an errorcode.

Error Codes

TS_NO_ACTIVE_CONTEXT

There is no active context. See also tsContextBind.

TS_NO_ACTIVE_RENDERER

There was no renderer set. See the parameter TS_RENDERER.

TS_INVALID_OPERATION

This error occours if you previously dosn't entered the block mode.