About DynamicStructure


DynamicStructure is a plugin that allows 4D developers to dynamically get and set properties and contents of objects in a 4D structure. It is a powerful tool with many features useful to developers. From automatic documentation to dynamic manipulation of objects, DynamicStructure covers a wide range of functionality that cannot be accessed with the standard 4D language.

With DynamicStructure, you can manipulate any kind of method: project, object, form, database, triggers. You usually get the ID of the method to manipulate using one routine of the plugin (ds_GetMethodNames, ds_GetFormMethod, etc.), then you manipulate it: get/set the code, get/set the comment, or open the method in design mode.