Source position: db.pas line 134
type TFieldAttributes = set of (
faHiddenCol,
faReadonly,
faRequired,
faLink,
faUnNamed,
faFixed
);
No notes exist for this page yet.