FMX.Controls.Presentation.TPresentedControl.GetPresentationSuffix

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetPresentationSuffix: string;

C++

System::UnicodeString __fastcall GetPresentationSuffix();

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"

See Also