The document describes a new temporal engineering approach for developing software using Delphi. It begins with an introduction to the open and patented technology. Traditional approaches to developing calculators using spatial if-then-else logic are discussed. These require large amounts of code and logic tests. The document then introduces the author's temporal solution which uses a time pointer and logic flow tables to dynamically bind behaviors. This reduces complexity and improves efficiency over spatial approaches. Implementation details and examples are provided for building temporal state machine logic in Delphi using this new approach.