IVVCardPlugin
public interface IVVCardPlugin : IVVPlugin
Implements the plugin which processes some cards in a table. "Upload to blog" corresponds in a standard plugin.
void Exec(Form parent, int[] indexes, IFirebirdTable table);
This method is called when a plugin is executed.
- parent : The parent window which called the plugin
- indexes : The array of the number of cards to process
- table : The target table