FMX.Forms.TFormFactor.Devices

提供:RAD Studio API Documentation

Delphi

property Devices: TDeviceKinds read FDevices write FDevices stored True;

C++

__property TDeviceKinds Devices = {read=FDevices, write=FDevices, stored=true, nodefault};

プロパティ

種類 可視性 ソース ユニット
property published
FMX.Forms.pas
FMX.Forms.hpp
FMX.Forms TFormFactor

説明

さまざまなデバイス(iPad または iPhone デバイスなど)で使用され、たとえば、利用可能な複数のフォームから、特定のデバイスで使用できる 1 つのフォームを判別する、といったことができます。

関連項目