Steema Issues Database

Note: This database is for bugs and wishes only. For technical support help, if you are a customer please visit our online forums;
otherwise you can use StackOverflow.
Before using this bug-tracker we recommend a look at this document, Steema Bug Fixing Policy.



Bug 631

Summary: GetChartGalleryFunction doesn't show the functions
Product: VCL TeeChart Reporter: yeray alonso <yeray>
Component: EditorsAssignee: Steema Issue Manager <issuemanager>
Status: RESOLVED FIXED    
Severity: enhancement    
Priority: ---    
Version: 140220   
Target Milestone: ---   
Hardware: PC   
OS: Windows   
URL: http://www.teechart.net/support/viewtopic.php?f=3&t=14752
Chart Series: --- Delphi / C++ Builder RAD IDE Version:

Description yeray alonso 2014-03-12 09:12:03 EDT
If you open the functions gallery with GetChartGalleryFunction, as in the code below, you don't see any function.

If you change to the "Templates" tab and you go back to the "Functions" tab, then you see the functions.

uses TeeGally;

procedure TForm1.Button1Click(Sender: TObject);
begin
  GetChartGalleryFunction(Self);
end;