FMX.Platform.TComponentKind

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

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 };

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
enum public
FMX.Platform.pas
FMX.Platform.hpp
FMX.Platform FMX.Platform

Beschreibung

Embarcadero Technologies verfügt zurzeit über keine zusätzlichen Informationen. Bitte unterstützen Sie uns bei der Dokumentation dieses Themas, indem Sie Ihre Kommentare auf der Diskussionsseite eingeben.