RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TIBCustomService.OnAttach Event

Occurs when the database is attached.

Pascal
property OnAttach: TNotifyEvent;
C++
__property TNotifyEvent OnAttach;

Write an OnAttach event handler to take specific actions when a database is attached. If an exception is raised in this event, the database is not attached. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!