I'm trying to install the VTV component compiling with fpc 2.0.2 and I
get an error:

C:\lazarus\components\virtualtreeview\Src\VirtualTrees.pas(1440,77)
Error: Illegal symbol for property access

The line is:
   property TreeOptions: TVirtualTreeOptions read FOptions write SetOptions;

Set options:
   procedure SetOptions(const Value: TCustomVirtualTreeOptions);

TVirtualTreeOptions:
 TVirtualTreeOptions = class(TCustomVirtualTreeOptions)

I dont see anything wrong int setoptions, the types (a base type is
used)... unless it make too much time I did not code in Pascal.

--
Alexandre Leclerc

_________________________________________________________________
    To unsubscribe: mail [EMAIL PROTECTED] with
               "unsubscribe" as the Subject
  archives at http://www.lazarus.freepascal.org/mailarchives

Reply via email to