[fpc-pascal] TField.Attributeset explanation?

michael.vancanneyt at wisa.be michael.vancanneyt at wisa.be
Mon Sep 5 11:39:05 CEST 2011



On Mon, 5 Sep 2011, Alex Shishkin wrote:

> 05.09.2011 12:30, michael.vancanneyt at wisa.be пишет:
>> 
>> 
>> On Mon, 5 Sep 2011, Reinier Olislagers wrote:
>> 
>> That is normal.
>> 
>> Just set the 'Required' property of the CUSTNO field to False.
>> 
>> Forget the 'Attributeset' property. It's not used in FPC.
>> 
>> (in fact, I don't even know what it's for or where it comes from)
>> 
>> Michael.
>> _______________________________________________
>> fpc-pascal maillist - fpc-pascal at lists.freepascal.org
>> http://lists.freepascal.org/mailman/listinfo/fpc-pascal
>> 
>> 
> http://docs.embarcadero.com/products/rad_studio/delphiAndcpp2009/HelpUpdate2/EN/html/delphivclwin32/DB_TField_AttributeSet.html

In short, Delphi also no longer uses it, as TTable and TQuery are BDE
components and they are deprecated. None of the newer technologies uses the
data dictionary.

I never understood why they abandoned their data dictionary technology :/

Michael.


More information about the fpc-pascal mailing list