Icon TDBISAMSession Method

__fastcall virtual TDBISAMSession(System::Classes::TComponent*
      AOwner)

Use the New operator to create an instance of a TDBISAMSession component using the constructor. The default TDBISAMSession component, represented by the global Session function, is created automatically when the application starts. At design time, create additional sessions by dropping them on a data module.

The constructor also:

•   Sets the KeepConnections property to True.

•   Adds the session to the TDBISAMEngine component's Sessions property.

•   Sets the Handle property to nil.
Image