FMX.Controls.Presentation.TPresentedControl.GetPresentationSuffix
Delphi
function GetPresentationSuffix: string;
C++
System::UnicodeString __fastcall GetPresentationSuffix(void);
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| function | protected | FMX.Controls.Presentation.pas FMX.Controls.Presentation.hpp | FMX.Controls.Presentation | TPresentedControl | 
Description
Returns a suffix for the presentation proxy name that DefinePresentationName returns based on the control type of your control.
| Control Type | Result | 
|---|---|
| Styled | "style" | 
| Native | "native" |