The following table summarizes the scope differences between data containers.
Container | Scope | Example |
Constants | Private |
|
Variables | Public, private, or local |
|
Arrays | Public, private, or local |
|
Fields | Permanent storage, accessible while the table containing the records is open |
|
Object Properties | Referenced through the object and the object's container hierarchy |
|