[fpc-pascal] fpc trunk = Operator is not overloaded: "Class Of TBlobField" and "Boolean"

Florian Klaempfl florian at freepascal.org
Sun Mar 8 15:45:18 CET 2020


Am 08.03.2020 um 15:42 schrieb fredvs via fpc-pascal:
>> Can point out a link to the whole source code containing this line?
> 
> More than welcome!
> 
> https://github.com/mse-org/mseide-msegui/blob/master/lib/common/db/msesqlquery.pas
> 
> At line 1719:
> 
>   if fld1 is tblobfield and (self.fblobintf <> nil) then begin

You wrote before the code is:
if fld1 is tblobfield then
?

https://wiki.freepascal.org/User_Changes_Trunk#Precedence_of_the_IS_operator_changed


More information about the fpc-pascal mailing list