将状态栏文本传递给 dxAlertWindowManager1
pass statusbar text to dxAlertWindowManager1
如何将 AdvOfficeStatusBar1.Panels[0].Text 传递给 dxAlertWindowManager1?
我想要一个类似的展示:
dxAlertWindowManager1.Show('Greetings',
'AdvOfficeStatusBar1.Panels[0].Text' , 0);
简单替换
'AdvOfficeStatusBar1.Panels[0].Text'
和
AdvOfficeStatusBar1.Panels[0].Text
前者是字符串文字,后者是生成状态栏文本的表达式。
如何将 AdvOfficeStatusBar1.Panels[0].Text 传递给 dxAlertWindowManager1?
我想要一个类似的展示:
dxAlertWindowManager1.Show('Greetings', 'AdvOfficeStatusBar1.Panels[0].Text' , 0);
简单替换
'AdvOfficeStatusBar1.Panels[0].Text'
和
AdvOfficeStatusBar1.Panels[0].Text
前者是字符串文字,后者是生成状态栏文本的表达式。