[Lazarus] Synedit: Highlight All feature (patch) [Re: SynEdit question (IFDEF SYN_LAZARUS)]

Mattias Gaertner nc-gaertnma at netcologne.de
Sun Jul 6 01:10:49 CEST 2008


On Fri, Jul 04, 2008 at 11:49:52AM -0400, Bob K. wrote:
> Denis,
> 
> The keylist is not available.  I can see it as a property in the columns, 
> but I'm unable to access it:
> 
>       with RxDBGridCamera do
>         begin
>           Visible:=True;
>           Columns[0].Visible:=False;
>           Columns[1].PickList:=List;
>           Columns[1].KeyList:=List;
>         end;
> 
> rakphoto.pas(115,22) Error: identifier idents no member "KeyList"

  Are sure your Columns[1] is of type TRxColumn? TRxColumn definitely contains KeyList (just checked). 

TRxDbGrid also has
property Columns: TRxDbGridColumns


-- 
Best regards,
Denis Golovan aka MageSlayer



More information about the Lazarus mailing list