TPCXOptions
 
 
 

All Units  All Classes  Properties, Methods and Events  

TPCXOptions
Hierarchy     Properties     Methods     Events     

Unit
TeePCX

Description
Options form for PCX export options.

Example

Uses TeePCX;

procedure TForm1.BitBtn1Click(Sender: TObject);
var tmp:TPCXExportFormat;
tmpOptionsForm:TForm;
begin
tmp:= TPCXExportFormat.Create;
tmp.Options.ShowModal;
tmp.Panel:=Chart1;
tmp.SaveToFile('c:\tmpCharts\Chart1PCX.' + tmp.FileExtension);
tmp.Free;
end;




Send us Help Feedback. Copyright 1995-2013 © by Steema Software. All Rights Reserved.