[bug_fixed] Activate again FPC support
Posted: 12.03.2008, 09:36
In unit ZAbstractRODataset.pas, class TZAbstractRODataset, there are two property with conditional compile to FPC is without these property :
{$IFNDEF FPC}
property BeforeRefresh;
property AfterRefresh;
{$ENDIF}
But these property is exists in FPC, I think this conditional should be removed.
wahono
{$IFNDEF FPC}
property BeforeRefresh;
property AfterRefresh;
{$ENDIF}
But these property is exists in FPC, I think this conditional should be removed.
wahono