الرئيسية > lang > special > property 
 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 
_property
Public Sub _property ( ... ) As Boolean

The _property منهج is called just before the _unknown method, to know if an unknown symbol is a method or a خصائص.

The unknown symbol is stored in Param.Name.

If it is a property, then the _property method must return TRUE. Otherwise it must return FALSE.

If the _property is not implemented, then all unknown symbols will be methods.

إنظر أيضا

_unknown