Vcl.Controls.TDragDockObject.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(AControl: TControl); override;

C++

__fastcall virtual TDragDockObject(TControl* AControl);

Properties

Type Visibility Source Unit Parent
constructor public
Vcl.Controls.pas
Vcl.Controls.hpp
Vcl.Controls TDragDockObject

Description

Creates and initializes an instance of TDragDockObject.

Create calls the inherited constructor and allocates memory for the Brush property.