Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9282575
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 18, 20262026-06-18T18:24:39+00:00 2026-06-18T18:24:39+00:00

i download TeeChart Pro v2012 Evaluation, i’m working with Delphi XE2. I run the

  • 0

i download TeeChart Pro v2012 Evaluation, i’m working with Delphi XE2.
I run the demo exe i found with the product, and i tried to reproduce the code about Gantt charts, more precisely the part to drag and drop the element of the Gantt.
I got the following error: “TGanttTool is not declared”
I was unable to find this object anywhere in the code, any idea?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-18T18:24:40+00:00Added an answer on June 18, 2026 at 6:24 pm

    It seems to work fine for me here.
    Simplifying the Mouse dragging example to the maximum, creating everything at runtime, here it is the minimum code to have a Gantt dragging example. Does it work for you?

    uses VCLTee.Chart, VCLTee.GanttCh, VCLTee.TeeGanttTool;
    
    var Chart1 : TChart;
    
    procedure TForm1.FormCreate(Sender: TObject);
    begin
      Chart1:=TChart.Create(Self);
      Chart1.Parent:=Self;
      Chart1.Align:=alClient;
    
      Chart1.View3D:=False;
      Chart1.Zoom.Allow:=False;
    
      with Chart1.AddSeries(TGanttSeries) as TGanttSeries do
      begin
        FillSampleValues(5);
        Marks.Visible:=True;
      end;
    
      (Chart1.Tools.Add(TGanttTool) as TGanttTool).Series:=Chart1[0];
    end;
    

    Maybe the problem is just in the paths in your IDE. Please check there aren’t wrong references present in the library/search path. And check the correct ones (referencing TeeChart) are ont he top of the lists.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

i download UniDac component for delphi XE2 and installed it, now when run DelphiXE2
I download the Auto Scaling Tool here: http://aws.amazon.com/developertools/2535 When I tried to create a
I download Neoncube downloader and tried to compile. After I resolved some linking issues,
Download source code here: http://www.eyeClaxton.com/download/delphi/ColorSwap.zip Yes, I want to convert something mostly blue to
Just download latest Android SDK version from Android developers site, run ./android tool (i
Download repro project Edit The solution working sometimes completely threw me off my initial
filetransfer.download seems working fine, but reader.readAsText never works for a downloaded HTML file for
I download and tried it today. It compiles my project but suncc is even
I download the wikitude sdk and tried the SimpleIRExample project but in this codes
I download the code of Brad Larson from here . When I run it.

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.