VpeSetEmbeddedFlagParser

<< Click to Display Table of Contents >>

Navigation:  Text Functions >

VpeSetEmbeddedFlagParser

Previous pageReturn to chapter overviewNext page

[Not supported by the Community Edition]

Using this property, you can control whether the Embedded Flag Parser is active. When you assign the value false to this property, the Embedded Flag Parser is turned off, so text beginning with a "[" will not be interpreted as embedded flags. Instead the "[" and all following text will be inserted into the document.

void VpeSetEmbeddedFlagParser(

VpeHandle hDoc,

int on_off

)

VpeHandle hDoc

Document Handle

int on_off

Value

Description

True

The Embedded Flag Parser is active.

False

The Embedded Flag Parser is turned off.

Default:

True = The Embedded Flag Parser is active