dxFlowChart运行时调出编辑器

dxFlowChart运行时调出编辑器

uses dxFcEdit;

 

procedure TForm1.Button1Click(Sender: TObject);
var f: TFChartEditor;
begin
f := TFChartEditor.Create(nil);
f.Caption := 'test';
f.Show;
end;

posted @ 2017-06-20 12:30  delphi中间件  阅读(703)  评论(0编辑  收藏  举报