Help Button on Chart Editor

TeeChart for ActiveX, COM and ASP
Post Reply
Carol
Newbie
Newbie
Posts: 7
Joined: Fri Nov 15, 2002 12:00 am
Location: Arlington, Tx
Contact:

Help Button on Chart Editor

Post by Carol » Wed Feb 25, 2004 10:38 pm

Hello!

Is there a way to not show the help button on the chart editor page?

Thanks!
-cg

Pep
Site Admin
Site Admin
Posts: 3278
Joined: Fri Nov 14, 2003 5:00 am
Contact:

Post by Pep » Thu Feb 26, 2004 9:29 am

Hi Carol,

yes, you can do this :

Code: Select all

TeeEditor1.Options.Help = False
TeeEditor1.Chart = TChart1
TeeEditor1.ShowEditor

Post Reply