Unit BO

The _BizObj class is an over simplified example of how an abstract business object class can be put together. This is intended for demonstration only, and not as a final word on how locking should be done etc. The actual contents of an abstract business object will vary depending on the environment that the program is being written for, the amount of common behavior that is exibited between objects This example provides very minimal functionality of holding a logical lock on the table when a transaction is started. The before edit and before insert events on the main table are hooked so that a transaction can be started without calling the begin transaction method directly.

Classes

T_BizObj -

Functions

Types

Constants

Variables

User
_BizObj


Functions


Types


Constants


Variables

User : String

_BizObj : T_BizObj