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.