Vcl.Controls.TControl.ManualFloat

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function ManualFloat(ScreenPos: TRect): Boolean;

C++

bool __fastcall ManualFloat(const System::Types::TRect &ScreenPos);

Properties

Type Visibility Source Unit Parent
function public
Vcl.Controls.pas
Vcl.Controls.hpp
Vcl.Controls TControl

Description

Undocks the control.

Use ManualFloat to undock the control programmatically.

ScreenPos is the rectangle in which the control is displayed when it starts floating.

See Also

Code Examples