company logo

CTX_DBBase :: DBInitialize - Initialize handler

The initialize handler is called when a data instance has been initializes (DBO_Initialized event). When the handler is called the instance is not yet selected in the property handle. Hence, only attributes can be accessed in the instance in this phase. References and relationships are not accessible.

The handler can be overloaded in specialized context class implementations.

Return value:  Success ( logical  )

Implementation details

logical CTX_DBBase  :: DBInitialize (  )