Vcl.ColorGrd.TColorGrid.Create

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

constructor Create(AOwner: TComponent); override;

C++

__fastcall virtual TColorGrid(System::Classes::TComponent* AOwner);
/* TWinControl.CreateParented */ inline __fastcall TColorGrid(HWND ParentWindow) : Vcl::Controls::TCustomControl(ParentWindow) { }

Propriétés

Type Visibilité  Source Unité  Parent
constructor public
Vcl.ColorGrd.pas
Vcl.ColorGrd.hpp
Vcl.ColorGrd TColorGrid

Description

Crée une instance de TColorGrid.

Appelez Create pour obtenir un nouvel objet du type TColorGrid. Create initialise les couleurs de la grille à la palette logique par défaut.

Voir aussi