Vcl.AxCtrls.TCustomAdapter.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create;

C++

__fastcall TCustomAdapter();

Properties

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

Description

Constructs an instance of the custom adapter control.

Never create an object of this class, only its descendants, such as TFontAdapter or TPictureAdapter.

See Also