TABSSession.OnStartup
TABSSession
Top 


Occurs when an application activates a session.

property OnStartup: TNotifyEvent;

Description

Write an OnStartup event handler to take specific actions when an application activates a session. A session is activated by setting its Active property to True, or by opening a database or dataset associated with the session (both of which set Active to True).