On Sat, 16 Sep 2006 09:46:58 -0400 "Luis R. Hilario B." <[EMAIL PROTECTED]> wrote:
> Find declaration and compilarion. > Because the statement is different: > > Unit1.pas > procedure ListBox1DrawItem(Control: TWinControl; Index: LongInt; > ARect: TRect; State: TBaseOwnerDrawState); > > stdctrls.pp > TDrawItemEvent = procedure(Control: TWinControl; Index: Integer; > ARect: TRect; State: TOwnerDrawState) The IDE now uses the source declaration instead of the RTTI and adds the needed units to the uses section. Mattias > > 2006/9/16, Mattias Gaertner <[EMAIL PROTECTED]>: > > On Fri, 15 Sep 2006 22:44:34 -0400 > > "Luis R. Hilario B." <[EMAIL PROTECTED]> wrote: > > > > > Hello, > > > > > > Error: Identifier not found "TBaseOwnerDrawState" > > > > > > ../lcl/stdctrls.pp > > > TDrawItemEvent = procedure(Control: TWinControl; Index: Integer; > > > ARect: TRect; State: TOwnerDrawState > > > <---- > > > > Please give more details. > > Find declaration or identifier completion or compilation ... . > > All three work here. > > > > > > Mattias > > > > _________________________________________________________________ > > To unsubscribe: mail [EMAIL PROTECTED] with > > "unsubscribe" as the Subject > > archives at http://www.lazarus.freepascal.org/mailarchives > > > > _________________________________________________________________ To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" as the Subject archives at http://www.lazarus.freepascal.org/mailarchives
