Source position: fpwebdata.pp line 31
type TWebDataAction = (
wdaUnknown,
wdaRead,
wdaUpdate,
wdaInsert,
wdaDelete
);