Vcl.ExtCtrls.TCustomFlowPanel

From RAD Studio API Documentation

Error: Image is invalid or non-existent.

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