Connection TestSend.Win:
{$REGION '<TESTME>'} {$IFDEF TESTME} ,TestMe,TestMe_Types ,TestSendType {$ENDIF} {$ENDREGION}
Example:
// Normal text output GetTestMe.ITestSend.Error('Error text'); // The text is displayed if the condition is enabled CfgIf_IsNeedSendMsg GetTestMe.ITestSend.Error_If('Error text - "IF" send text');