Vcl.ExtCtrls.TCustomGridPanel

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

TCustomGridPanel = class(TCustomPanel)

C++

class PASCALIMPLEMENTATION TCustomGridPanel : 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 grid panel components.

Use TCustomGridPanel as a base class when defining grid panels that include other controls as constituent parts.

See Also