[Lazarus] Firebirdsql Characters Compatibility [Solved]

Osvaldo Filho arquivostcf at gmail.com
Sat Jul 26 16:41:48 CEST 2008


Hi, I just tried to do the following...

uses
   Graphics;

var
   fs : TFontStyles;
begin
   fs := fs or fsBold;
   fs := fs or fsItalic;
end;

at compilation time I get the error...
"Operation not implemented for sets"

Will "or" or "+" ever be implemented for sets?
Is there another way to easily work with sets?


Thanks,



Dominique;



More information about the Lazarus mailing list