dxFlowChart运行时调出编辑器
dxFlowChart运行时调出编辑器
uses dxFcEdit;
procedure TForm1.Button1Click(Sender: TObject);
var f: TFChartEditor;
begin
f := TFChartEditor.Create(nil);
f.Caption := 'test';
f.Show;
end;
本文来自博客园,作者:{咏南中间件},转载请注明原文链接:https://www.cnblogs.com/hnxxcxg/p/7053679.html