API:Vcl.ExtCtrls.TFlowPanel

From RAD Studio API Documentation
Jump to: navigation, search

Vcl.ExtCtrls.TCustomFlowPanelVcl.ExtCtrls.TCustomPanelVcl.Controls.TCustomControlVcl.Controls.TWinControlVcl.Controls.TControlSystem.Classes.TComponentSystem.Classes.TPersistentTFlowPanel

Delphi

TFlowPanel = class(TCustomFlowPanel)

C++

class PASCALIMPLEMENTATION TFlowPanel : public TCustomFlowPanel

Properties

Type Visibility Source Unit Parent
class public
Vcl.ExtCtrls.pas
Vcl.ExtCtrls.hpp
Vcl.ExtCtrls Vcl.ExtCtrls

Description

The base class for all flow panel components.

Vcl.ExtCtrls.TFlowPanel inherits from Vcl.ExtCtrls.TCustomFlowPanel. All content below this line refers to Vcl.ExtCtrls.TCustomFlowPanel.

The base class for all flow panel components.

Use TCustomFlowPanel as a base class when defining flow panels that include other controls as constituent parts.

See Also