Vcl.AxCtrls.TAdapterNotifier.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(Adapter: TCustomAdapter);

C++

__fastcall TAdapterNotifier(TCustomAdapter* Adapter);

Properties

Type Visibility Source Unit Parent
constructor public
Vcl.AxCtrls.pas
Vcl.AxCtrls.hpp
Vcl.AxCtrls TAdapterNotifier

Description

Creates an instance of a TAdapterNotifier object.

You would normally never create an object of this class. TAdapterNotifier objects are created by and bound to a descendant of TCustomAdapter.

See Also