خانه > dev > api > name > gb_auto_creatable 
 en fr de es it nl pl pt pt_BR mk sq ca hu cs tr ar id vi ko ja ru zh zh_TW eo
قبلی  بعدی  ویرایش  تغییر نام  واگرد  Search  سرپرستی  
مستندات  
اخطار! این صفحه ترجمه نشده است.  مشاهده نسخه انگلیسی 
GB_AUTO_CREATABLE
#define GB_AUTO_CREATABLE() ...

Use this macro to indicate that a class 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