Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

7.5 BEGIN_COM


Usage options

Note
titleNote
Note
titleNote

BEGIN_COM begins the component definition. It has an associated END_COM statement which ends the component definition.

...

Normally you change the component's properties using the Component view, but you can also type them in the Source view.

Also See

7.5.1 BEGIN_COM Parameters 

7.5.2 BEGIN_COM Examples

7.42 END_COM

No Format
                                                          Optional       
     BEGIN_COM  --- Property Values ------------------------------->       
               >-- HELP ------- Help text ------------------------->      
               >-- PUBLIC ----- name ------------------------------>      
               >-- PROTECT ---- name ------------------------------>      
               >-- PRIVATE ---- name ------------------------------>      
               >-- DEFAULTPTY—- name ------------------------------>      
               >-- OPTIONS—---- *FINAL----------------------------->      
                                *ABSTRACT                                 
               >-- ROLE ------- Help text -------------------------|      

...