Description
Calendar shows the proper usage of enumerated and pattern properties.
It provides two read-write enums, one read-only enum,
and a read-write pattern. There are no methods so this component
should only be used through objexp (e.g., a graphical user interface designed
specifically for manipulating components).
What can I gain from this example?
- an example derived from the ACS::CharacteristicComponent IDL interface.
- usage of enums properties via the ACS enum template.
- usage of RW pattern properties.
Links