API:Vcl.ExtCtrls.TGridPanel

From RAD Studio API Documentation
Jump to: navigation, search

Vcl.ExtCtrls.TCustomGridPanelVcl.ExtCtrls.TCustomPanelVcl.Controls.TCustomControlVcl.Controls.TWinControlVcl.Controls.TControlSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTGridPanel

Delphi

TGridPanel = class(TCustomGridPanel)

C++

class PASCALIMPLEMENTATION TGridPanel : public TCustomGridPanel

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.

Vcl.ExtCtrls.TGridPanel inherits from Vcl.ExtCtrls.TCustomGridPanel. All content below this line refers to Vcl.ExtCtrls.TCustomGridPanel.

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