I try to get fields information from a MySQL table with a TMyTable object.
I correctly get Name, Size, Type... but not Required property
Code: Select all
myTable.FieldDefs.Items[i].RequiredMySQL server version 5.0.37
MyDAC 5.20.0.13 for Delphi 7
Code: Select all
myTable.FieldDefs.Items[i].Required