Keyword in the declarations section of the class . to create a constant available throughout the application , declare it using the 若要创建在整个应用程序中都可用的常数,请在该类的声明部分用
Double - click the designer and write code in the general declarations section of the class , or double - click an element on the designer to write code for that element 双击设计器并在类的常规声明部分编写代码,或双击设计器上的某个元素以编写该元素的代码。
Double - click the designer and write code in the general declarations section of the class , or double - click an element contained on the class to write code for that element 双击设计器并在类的一般声明部分编写代码,或双击类中包含的元素并为该元素编写代码。
To create a constant available to all procedures within a class , but not to any code outside that module , declare it in the declarations section of the class 若要创建对类内所有过程都可用而对该模块以外的任何代码都不可用的常数,请在该类的声明部分中声明它。