Vcl.ShareContract.TCustomSharingContract.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(AOwner: TComponent); override;

C++

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

Properties

Type Visibility Source Unit Parent
constructor public
Vcl.ShareContract.pas
Vcl.ShareContract.hpp
Vcl.ShareContract TCustomSharingContract

Description

Creates an instance of TCustomSharingContract.

Exceptions

A call to Create may raise the following exception:

Exception Exception.Message Scenarios

EShareContractException

The TShareContract.OnProcessMessages event must be assigned first.

  • The component did not initialize correctly.

See Also