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 - GetChartGalleryFunction doesn't show the functions
Summary: GetChartGalleryFunction doesn't show the functions
Status: RESOLVED FIXED
Alias: None
Product: VCL TeeChart
Classification: Unclassified
Component: Editors (show other bugs)
Version: 140220
Hardware: PC Windows
: --- enhancement
Target Milestone: ---
Assignee: Steema Issue Manager
URL: http://www.teechart.net/support/viewt...
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-12 09:12 EDT by yeray alonso
Modified: 2014-03-12 09:12 EDT (History)
0 users

See Also:
Chart Series: ---
Delphi / C++ Builder RAD IDE Version:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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;