首页 > dev > api > name > gb_auto_creatable 
 en fr de es it nl pl pt pt_BR mk sq ca hu cs tr ar fa id vi ko ja ru zh_TW eo
前一个  下一个  编辑  重命名  撤销  搜索  管理  
文档  
警告! 该页面未翻译。  参见英文版 
GB_AUTO_CREATABLE
#define GB_AUTO_CREATABLE() ...

Use this macro to indicate that a can automatically creates an hidden instance when it is used statically.

For example, the Form class uses this feature. If you name your form class FMyForm, you can call FMyForm.Show() directly. Then, if not already done, an instance of the form is automatically created.

参见

Class Description