TFORMer SDK - NET
8
|
The API of TFORMer SDK unifies the access to the information stored in a Repository and in a stand-alone FormLayout.
TFORMer Designer offers two possibilities to organize and use FormLayouts
*.tff
) stored in an arbitrary folder in the file system. A stand-alone FormLayout can be imagined like a very simple type of Repository which contains exactly one GlobalProject which stores the DataField definitions, DataSource definitions and - of course - the FormLayout itself.*.tfr
) and a subfolder structure on the file system. It references an arbitrary number of user defined Project objects containing one or multiple FormLayouts. Such user-defined Projects are used to divide a Repository into logical areas.The use of a Repository is recommended if you prefer to organize your FormLayouts and DataFields in a structured way or if you plan to create multiple FormLayouts which use the same data basis (e.g. same DataField definitions).
You should use stand-alone FormLayouts if you are dealing with forms and label layouts which are not related to each other (e.g. using different DataFields).
TFORMer SDK provides an extensive set of API functions to access and modify the information stored in a Repository. With respect to the Repository API, a stand-alone FormLayout is treated like a simple Repository.
© 2006-2024 - all rights reserved by TEC-IT Datenverarbeitung GmbH | |
Generated on Wed Aug 7 2024 17:29:42 for TFORMer SDK - NET with doxygen 1.7.6.1 |