Page History
7.5 BEGIN_COM
| Note |
|---|
...
BEGIN_COM begins the component definition. It has an associated END_COM statement which ends the component definition.
...
If you change the default values for any of the properties of the component, these are shown in the component definition. For example, if you change the Visible property to False in a form you are editing, the BEGIN_COM statement will show this:
...
BEGIN_COM VISIBLE(False)
Normally you change the component's properties using the Component view, but you can also type them in the Source view.
Also See
| Panel | ||
|---|---|---|
| ||
Optional BEGIN | ||
| No Format | ||
| Optional
BEGIN _COM --- Property Values ------------------------------- > >> >-- HELP -------- Help text ------------------------ -> >-- PUBLIC> >-- PUBLIC ------ name ----------------------------> >-- > >PROTECT -- PROTECT--- -name ----------------------------> >-- > >PRIVATE -- PRIVATE---- name ----------------------------> >-- > >-- DEFAULTPTY—- nameDEFAULTPTY - name ----------------------------> >-- > >OPTIONS -- OPTIONS—-- --*FINAL---------------------------- -> *ABSTRACT >-- ROLE> >-- ROLE --------- Help text -------------------------| |
...