ExtCtrls.TExpandStyle

From Référence RAD Studio VCL
Jump to: navigation, search

Informations Delphi

De ExtCtrls.pas

TExpandStyle = {
	emAddRows,
	emAddColumns,
	emFixedSize
};


Unité : ExtCtrls

Type : énumération

Informations C++

De ExtCtrls.hpp

enum TExpandStyle{
	emAddRows,
	emAddColumns,
	emFixedSize
};


Unité : ExtCtrls

Type : énumération

Description

Spécifie la façon dont un volet grille s'étend.


Utilisez TExpandStyle pour spécifier si un volet grille ajoute des lignes ou des colonnes.

Personal tools