iNTERFACEWARE Products Manual > Installing and Using Chameleon > Language API Documentation > Borland Delphi Support > Dynamic vs. Static Interface |
|
Looking for Iguana v.5 or v.6? Learn More or see the Help Center.
Chameleon supports three types of interfaces, static (using stubcode), a dynamic runtime interface, and XML translation. This table summarizes the types of interfaces:
In most cases, dynamic runtime interfaces are not that advantageous to use instead of static interfaces. Although a dynamic interface is able to handle new tables at runtime, code must still be added to the application that employs the dynamic interface to actually make use of the newly discovered tables. This situation is no different if one were to employ a static interface for their application. However, there are some instances where a dynamic interface might be better to use. Such as for an application where screens can be redefined by field deployment staff using meta data or configuration files. The message definition file is important for each of these types of interfaces since the file contains the actual messages, tables, and mappings defined for a given interface. We will start by discussing how the static interface of Chameleon can be used with Delphi. |