%SYS
CommonProperties Class Reference

This class contains properties which are included by classes which manipulate sections in the CPF file. More...

Inheritance diagram for CommonProperties:

Public Attributes

 CPFFile
 CPF file which the object maps to. More...
 
 Comments
 Embedded comments in the CPF file. More...
 
 Flags
 Flags governing how the object is processed when Save() is called. More...
 
 Name
 Name of the object instance. More...
 

Static Public Attributes

 DOMAIN = None
 This class contains properties which are included by classes which manipulate sections in the CPF file. More...
 

Detailed Description

This class contains properties which are included by classes which manipulate sections in the CPF file.


Member Data Documentation

◆ DOMAIN

DOMAIN = None
static

This class contains properties which are included by classes which manipulate sections in the CPF file.


Default Localization Domain

◆ CPFFile

CPFFile

CPF file which the object maps to.


 

◆ Comments

Comments

Embedded comments in the CPF file.


 

◆ Flags

Flags

Flags governing how the object is processed when Save() is called.


For normal operations, all bits should be set.
Bit $$$CPFSave - Save object to disk.
Bit $$$CPFWrite - Write CPF file from object.
Bit $$$CPFActivate - Activate object into memory if CPFFile is the same as what is currently active.
Bit $$$CPFAvoidBackupDB - Don't Add/Remove the Database to Backup DB list.
 

◆ Name

Name

Name of the object instance.