Versions Compared

Key

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

7.5 BEGIN_COM


Note

Note:

...

Usage options

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

7.5.1 BEGIN_COM Parameters 

7.5.2 BEGIN_COM Examples

7.42 END_COM


Panel
bgColor#ffffcc

                                                                                     Optional            

BEGIN

No Format
                                                         Optional            BEGIN

_COM  ---

Property

Values

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

>                       >

>

                    >--

HELP

--------

Help

text

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

->                      >-- PUBLIC

>

                   >-- PUBLIC ------

name

---------------------------->

                  >--

>                      >

PROTECT --

PROTECT

---

-

name

---------------------------->

                  >--

>                      >

PRIVATE --

PRIVATE

----

name

---------------------------->

                  >--

>                      >-- DEFAULTPTY—- name

DEFAULTPTY - name ---------------------------->

                  >--

>                      >

OPTIONS --

OPTIONS—

--

--

*FINAL----------------------------

->                                       *ABSTRACT                                                 >-- ROLE

>
                                               *ABSTRACT

                  >-- ROLE ---------

Help

text

-------------------------|     


                                                                          

...