الرئيسية > lang > export 
 en fr de es it nl pl pt pt_BR mk sq ca hu cs tr fa id vi ko ja ru zh zh_TW eo
السابق  التالي  تحرير  إعادة تسمية  تراجع  بحث  الإدارة  
المستندات  
تحذير! هذه الصفحة لم يتم ترجمتها.  See english version 
EXPORT
EXPORT [ OPTIONAL ]

This keyword, when placed alone at the beginning of a class file declares the class as exported.

That means that this class will be visible from the outside when making a المكوٍّن.

If the OPTIONAL keyword is specified, then the class will be exported only if no other previously loaded component has already exported a class with the same name.

مثال

' Gambas class file
'
' This is an implementation of a new ListBox control put in a component

INHERITS ListBox
EXPORT

...

إنظر أيضا

Object & Class Management, Object Model