Hello, Trying to implement TListBox, the error: qtwsstdctrls.pp(303,15) Error: Identifier not found "TQtListView"
class function TQtWSCustomListBox.CreateHandle(const AWinControl: TWinControl; const AParams: TCreateParams): HWND; var QtListView: TQtListView; begin QtListView := TQtListView.Create(AWinControl, AParams); Result := THandle(QtListView); end; It says in the Wiki "This isn“t difficult." Good for the one that knows. :) -- http://luisdigital.com _________________________________________________________________ To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" as the Subject archives at http://www.lazarus.freepascal.org/mailarchives
