The rules for formatting botanical names have been
agreed upon by the International Association for Plant Taxonomy (IAPT).
The Compleat Botanica adheres to the official standard for botanical names
throughout the software. Proper capitalization rules, font styling rules, quotation of cultivars, and abbreviations for "variety" and
"subspecies" are consistently applied on all displays and all printed
reports and labels.
...........................................
See these Pathfinder documents for more about this:
Events componentCustom messages listenersProfessional codeMake Professional Components with Pub/Sub and Custom Events Publish/subscribe is a classic software design pattern that allows pieces of an application to be decoupled. It uses messages instead of functions, closures, or callbacks. It promotes an architectural style that has flexibility through independence.