System Class
Username:  
Password:
  > Home
> User Guide
v Reference
    > Introduction
    > CROFT
    v BEE Variables
       v BEE Variable Name
          o General/Object Class
          o Special Class
          o System Class
       o BEE Variable Value
       > BEE Conversions
    > BEE Syntax
    > BEE Commands
    > Database Operation
    > Content Management
    > Objects and Classes
    > Interface with others
    o Glossary
> Portal Object
> Development Guide


Shortcuts
sys Class
debug Class
Intrinsic Conversions
>> Reference >> BEE Variables >> BEE Variable Name >> System Class <=  =>      <  1  2  3  4  5  6  7  8  9  10  11  12  >  
class System Class

n        class is for properties of user-defined classes.  It is read-only.

Variable

Value/meaning

Access

class%className
(className is not "list")

An array of variable names in the class className.  This is a "virtual" array and access to individual elements is not allowed.  e.g. you cannot use class%myclass:#0 to access the first element of thg class%myclass array.

However, you can "foreach" the variable or assign it to another variable for access to its elements.

get
(array only)

class%className:varcount

The number of variables in className

get

class%className:varlist

A comma-delimited list of variable names in the class className.

get

class%className:list

Same as class%className:varlist

get

class%list:className

Same as class%className:varlist

get

class%list

An array of all class names in the context.  It is a "virtual" array (like class%className, no access to individual ones is allowed.)

get
(array only)

Previous Page       Next Page

Accsoft Computer Technology Pty Ltd     ABN: 98 065 617 549
PO Box 892, Epping NSW 1710         Level 1, Epping Office Park, 242 Beecroft Rd, Epping NSW 2121, Australia
Tel: Sydney - (02)98691668     National - 1300-881668         Fax: (02)98691866
© Copyright 2003 Accsoft Computer Technology Pty Ltd