Source position: fpdatadict.pp line 559
type TFPDDEngineCapabilities = set of (
ecImport,
ecCreateTable,
ecViewTable,
ecTableIndexes,
ecRunQuery,
ecRowsAffected,
ecSequences,
ecDomains,
ecParams
);