Datasnap.Win.MConnect.TDispatchConnection.Create

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: constructor
Visibility: public
Source:
Datasnap.Win.MConnect.pas
Datasnap.Win.MConnect.hpp
Unit: Datasnap.Win.MConnect
Parent: TDispatchConnection

Delphi

constructor Create(AOwner: TComponent); override;

C++

__fastcall virtual TDispatchConnection(System::Classes::TComponent* AOwner);

Description

Creates an instance of a dispatch connection component.

Call Create to instantiate a dispatch connection component at runtime. Connection components placed in forms or data modules at design time are created automatically.

After calling the inherited constructor, Create initializes the LoginPrompt property to false.

See Also