730_____________________________________________ 12

           .
.

12.13.6  ,  
  C++Builder

12.13.6.1 

    ,   -j
  C++Builder,   .    -
        4
       new.  
  ,      ,        

  (property),      () 
  .        ,
,  ,   private.    -
    ,      
 'F'.

   :

_property <> <> = (!=<    >
=<    >
^    

>;

   read  write     , ]
     .

   read    ,    -
     .       -
,    ,    . 
      Get,    
.

   write    ,    -
     .       -
   ,    .   -
     Set,     .

  write    ,    -
         .

  ,     5
     .dfm.    


default <  >

    .   .  
,         
  ,      .

 .       MyClass, -
  TObject        .
      :

class MyClassI : public TObject
(
private:

int FA;

protected:

void _fastcall SetA(int); //  
published:

_property int A = (read = FA, write = SetA, default = true);