FMX.Controls.Presentation.TPresentedControl.GetPresentationSuffix
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" |