Vcl.ExtCtrls.TFlowPanel.OnGetSiteInfo

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnGetSiteInfo: TGetSiteInfoEvent read FOnGetSiteInfo write FOnGetSiteInfo;

C++

__property OnGetSiteInfo;

Properties

Type Visibility Source Unit Parent
event published
Vcl.ExtCtrls.pas
Vcl.ExtCtrls.hpp
Vcl.ExtCtrls TFlowPanel

Description

Returns the control's docking information.

Vcl.ExtCtrls.TFlowPanel.OnGetSiteInfo inherits from Vcl.Controls.TWinControl.OnGetSiteInfo. All content below this line refers to Vcl.Controls.TWinControl.OnGetSiteInfo.

Returns the control's docking information.

Write code in the OnGetSiteInfo event handler to initialize a TDragDockObject with information about where a dragged object can be docked, if at all. OnGetSiteInfo occurs before the OnDockOver event.

OnGetSiteInfo occurs only if DockSite is true.

OnGetSiteInfo is an event handler of type Vcl.Controls.TGetSiteInfoEvent. See TGetSiteInfoEvent for a description of the parameters.

See Also

Code Examples