.. :  
.. :  

.. include:: commonchm.txt

#####################################################################
 ?
#####################################################################
..	<chminfo>
		<insert nodes="//common/maininfo/*"/>
		<alinks>_1cpp_TurboBL_</alinks>
	</chminfo>

.. contents:: 
	:backlinks: none

:
        1- 7.7
        

     .
---------------------------------------------------------------------
 

   1,    .()?
1        ,    
 . ,   ,     1  
  ,  " ",     
          . ,
   ,      . ,   
""       88  .
    . 

   "RAINBOW"

 ,     
virtual int CBLContext::FindMethod(const char* name);
 ,      1    .  
       ,    ,
  . ,   FindMethod,   : GetNMethods(),
GetMethodName(i,0), GetMethodName(i,1) .. FindMethod   :: 

	 for(int i=0;i<GetNMethods();i++)
	 {
	     if(!stricmp(name,GetMethodName(i,0))
	         return i;
	     if(!stricmp(name,GetMethodName(i,1))
	         return i;
	 }
	 return -1;
		
,     ,   .   :
: GetNMethods    .
:    FindMethod ,               ?
    FindProp. 

 

         ,      .     :     /   .
         . 

 

("1cpp.dll");

   .
        .                1. 

    
---------------------------------------------------------------------

!!! !!!
          .
::

	=0;
	(".",);
	.();
	// () -   	 .
	
	 :
	//    
	 ()
	     1;
	;
	 ()
	    ();
	    ....
		
	//  :
	 ()
	     .()=1
	    .......
