Overview

Top  Previous  Next

 

The TetraComponents consists of six components which are derived from TCustomTextTransformer all of them. In turn TCustomTextTransformer is, based on the  TTetra_Dll class, which capsulates the interfaces to the tetra_engine.dll.

 

The components consist of two groups. A group for the processing of strings and one for the direct processing of files. Both groups have their an unprepared class, which can process its input on the fly and which have all relevant elements for an individual design. Secondly there are components, which have to be prepared once. They are connected to other visual components and they have properties for parameters. With these specialized components you can manage frequent application cases quite simply. A uniform Execute method is common to all of them.

 

TTetra_Dll

TCustomTextTransformer

 


string input

 

source file(s)

 

unprepared

StringTransformer

 

TStringTransformer

for the transformation of strings into other strings

FileTransformer

 

TFileTransformer

for the transformation of files

prepared

MemoTransformer

 

TMemoTextTransformer

for the transformation of a TMemo text into another

Nto1Transformer

 

TTextFileN21Transformer

for the transformation of many text files into one

prepared

TreeTransformer

 

TTextTreeViewTransformer

for the representation of parse-trees

NtoNTransformer

 

TTextFileN2NTransformer

for the transformation of text files, one by one

 

 

 

 

 



This page belongs to the TetraComponents Documentation

Home  Content  German