CARenderingStyle::GeneralExpression

This page is a translated version of the page CARenderingStyle::GeneralExpression and the translation is 100% complete.

ADE User Guide > ADE Server Class Reference > CARenderingStyle

Other languages:
English • ‎中文

property bool GeneralExpression

決定字符串值在被寫入到定義表中時如何解釋。當為True(默認),字符串當作一個表達式,必須解釋為一個有效的表達式。當為False時,字符串作為文字串存儲。例如,當GeneralExpression為true時,Pi將被解釋為標識符Pi,因此求值結果為3.141592654,但是當GeneralExpression為false時,同樣的字符串將被解釋為文字字符串,計算結果將是兩個字符組成的文字串。

數據類型

Boolean:布爾值

存取

讀 / 寫

用法

defTab.RenderingStyle.GeneralExpression = False

另請參考

Comments


You are not allowed to post comments.