EnableActions |
Top Previous Next |
TCustomTextTransformer > properties > EnableActions
property EnableActions : BOOLEAN read m_bEnableActions write m_bEnableActions;
The property EnableActions determines whether semantic actions are executed in the project or not.For the construction of a parse tree it is recommended to turn the actions off since the event handling still is possible then. When this property is changed, the project will be recompiled with the next start of a transformation.
Note:
In the example EnableAction is left true, because the parser is directed by a semantic action inside of the PartOfText production in Html2Text.ttp:
IF(isTitle() && SemCheckTitle(xState.la_str()) ) Title
|
This page belongs to the TetraComponents Documentation |
Home Content German |