Ok, I found the issue. FPC 2.6.0 (or whatever I utilized to build my IDE, don't remember anymore) has: TSQLQuery = Class(TCustomSQLQuery) public property SchemaType; Published property MaxIndexesCount; // TDataset stuff property FieldDefs; But in my branch this property is not published. -- Felipe Monteiro de Carvalho