FMX.Platform.TComponentKind

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

TComponentKind = (Button, &Label, Edit, ScrollBar, ListBoxItem, RadioButton, CheckBox, Calendar);

C++

enum class DECLSPEC_DENUM TComponentKind : unsigned char { Button, Label, Edit, ScrollBar, ListBoxItem, RadioButton, CheckBox, Calendar, ckButton _DEPRECATED_ATTRIBUTE3("Use TComponentKind.Button")  = 0, ckLabel _DEPRECATED_ATTRIBUTE3("Use TComponentKind.Label")  = 1, ckEdit _DEPRECATED_ATTRIBUTE3("Use TComponentKind.Edit")  = 2, ckScrollBar _DEPRECATED_ATTRIBUTE3("Use TComponentKind.ScrollBar")  = 3, ckListBoxItem _DEPRECATED_ATTRIBUTE3("Use TComponentKind.ListBoxItem")  = 4, ckRadioButton _DEPRECATED_ATTRIBUTE3("Use TComponentKind.RadioButton")  = 5, ckCheckBox _DEPRECATED_ATTRIBUTE3("Use TComponentKind.CheckBox")  = 6 };

Propriétés

Type Visibilité  Source Unité  Parent
enum public
FMX.Platform.pas
FMX.Platform.hpp
FMX.Platform FMX.Platform

Description

Embarcadero Technologies ne possède pas d'informations supplémentaires pour le moment. Veuillez nous aider à documenter cette rubrique en utilisant la page Discussion !