IVVCardFormPlugin
Implements the plugin which performs a database table process on form. Ideamap and Chart correspond in standard plugins.
IVVForm CreateVVForm(TreeNode projectnode, IFirebirdTable table);
Occurs when form is created.
- projectnode
The tree node on a project panel of the database which called the plugin is contained. By tracing this child node, you can check whether the same plugin was already launched. In order to interlock the created tree view of form and a project panel, you have to substitute this node for ProjectNode of IVVForm. - table
The target table is contained. - [Return value]
Form which implemented IVVForm, or its inherited class. This form is shown on client area.