FMX.Controls.Presentation.TPresentedControl.GetPresentationSuffix

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

Delphi

function GetPresentationSuffix: string;

C++

System::UnicodeString __fastcall GetPresentationSuffix();

プロパティ

種類 可視性 ソース ユニット
function protected
FMX.Controls.Presentation.pas
FMX.Controls.Presentation.hpp
FMX.Controls.Presentation TPresentedControl


説明

DefinePresentationNameから対象コントロールの種類に基づいて返されるプレゼンテーション プロキシ名のサフィックスを返します。

コントロールの種類 結果
Styled "style"
Native "native"

関連項目