Vcl.ExtCtrls.TCustomFlowPanel

From RAD Studio API Documentation
Jump to: navigation, search

Vcl.ExtCtrls.TCustomPanelVcl.Controls.TCustomControlVcl.Controls.TWinControlVcl.Controls.TControlSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTCustomFlowPanel

Delphi

TCustomFlowPanel = class(TCustomPanel)

C++

class PASCALIMPLEMENTATION TCustomFlowPanel : public TCustomPanel

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.

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

See Also