FMX.Platform.TComponentKind

From RAD Studio API Documentation
Jump to: navigation, search

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

Properties

Type Visibility Source Unit Parent
enum public
FMX.Platform.pas
FMX.Platform.hpp
FMX.Platform FMX.Platform

Description

Embarcadero Technologies does not currently have any additional information.