码迷,mamicode.com
首页 > 其他好文 > 详细

dxFlowChart运行时调出编辑器

时间:2017-06-20 13:41:11      阅读:132      评论:0      收藏:0      [点我收藏+]

标签:art   ted   button   editor   orm   procedure   proc   char   obj   

dxFlowChart运行时调出编辑器

uses dxFcEdit;

 

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

dxFlowChart运行时调出编辑器

标签:art   ted   button   editor   orm   procedure   proc   char   obj   

原文地址:http://www.cnblogs.com/hnxxcxg/p/7053679.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!