FMX.Platform.TComponentKind

提供: RAD Studio API Documentation
移動先: 案内検索

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

プロパティ

種類 可視性 ソース ユニット
enum public
FMX.Platform.pas
FMX.Platform.hpp
FMX.Platform FMX.Platform

説明

このトピックには現在ドキュメントが存在しません。「ノート」を利用してこのトピックの改良について話しあうことができます。