Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

<?xml version="1.0"?

>
<Templates>
<Template DisplayName="nameKey" Description="functionDescription" Icon="src" >
<File Name="$Name$" Extension=".src">
<![CDATA[&ACCESS RVP
&PARAM EDITMASK = *
DEFFCT BOOL $Name$( )
; This is a user defined template that can be modified!
RETURN TRUE
ENDFCT]]>
</File>
</Template>

<resources>
<uiText key="nameKey">
<text xml:lang="de-DE">BenutzerdefiniertesTemplate</text>
<text xml:lang="en-US">CustomTemplate</text>
</uiText>
<uiText key="functionDescription">
<text xml:lang="de-DE">Vorlage für eine benutzerdefiniertes
Template</text>
<text xml:lang="en-US">Template for a custom template</text>
</uiText>
</resources>
</Templates>

You might also like