API:Vcl.ExtCtrls.TCustomControlBar.DragControl

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function DragControl(AControl: TControl; X, Y: Integer;
KeepCapture: Boolean = False): Boolean; virtual;

C++

virtual bool __fastcall DragControl(Vcl::Controls::TControl* AControl, int X, int Y, bool KeepCapture = false);

Properties

Type Visibility Source Unit Parent
function protected
Vcl.ExtCtrls.pas
Vcl.ExtCtrls.hpp
Vcl.ExtCtrls TCustomControlBar

Description

Embarcadero Technologies does not currently have any additional information.