Hallo Alex_ITA01,
vielleicht hilft Dir das weiter:
Delphi-Quellcode:
<?
xml version="1.0" encoding="utf-8" ?>
<codetemplate xmlns="http:
//schemas.borland.com/Delphi/2005/codetemplates"
version="1.0.0">
<template name="index1:" invoke="auto">
<description>
index: integer
</description>
<author>
Chemiker
</author>
<point name="integer" editable="false">
<text>
index</text>
</point>
<point name="typ" editable="false">
<text>Integer</text>
</point>
<script language="Delphi" onenter="false" onleave="true">
DeclareVariable(|integer|, |typ|);
RemoveTemplate;
</script>
<code language="Delphi" context="methodbody" delimiter="|">
<![CDATA[|integer||typ|]]>
</code>
</template>
</codetemplate>
Habe das VAR – Template von Delphi dafür etwas umgebaut.
Der Name vom Template ist in meinem Beispiel „index1:“
Bis bald Chemiker
wer gesund ist hat 1000 wünsche wer krank ist nur einen.