IBX.IBServices.TIBCustomService.OnAttach

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnAttach: TNotifyEvent read FOnAttach write FOnAttach;

C++

__property System::Classes::TNotifyEvent OnAttach = {read=FOnAttach, write=FOnAttach};

Properties

Type Visibility Source Unit Parent
event published
IBX.IBServices.pas
IBX.IBServices.hpp
IBX.IBServices TIBCustomService

Description

Occurs when the database is attached.

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.