API:Vcl.ActnCtrls.TCustomActionDockBar.GetFloatingDockSiteClass
Delphi
function GetFloatingDockSiteClass: TWinControlClass; override;
C++
virtual Vcl::Controls::TWinControlClass __fastcall GetFloatingDockSiteClass();
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | protected | Vcl.ActnCtrls.pas Vcl.ActnCtrls.hpp |
Vcl.ActnCtrls | TCustomActionDockBar |
Description
Returns the class used for the control when it is floating.
Vcl.ActnCtrls.TCustomActionDockBar.GetFloatingDockSiteClass inherits from Vcl.Controls.TControl.GetFloatingDockSiteClass. All content below this line refers to Vcl.Controls.TControl.GetFloatingDockSiteClass.
Returns the class used for the control when it is floating.
GetFloatingDockSiteClass is the read implementation of the FloatingDockSiteClass property. Override this method to change the implementation of FloatingDockSiteClass.