FMX.Controls.Presentation.TPresentedControl.GetResourceLink

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetResourceLink: TFmxObject; override;

C++

virtual Fmx::Types::TFmxObject* __fastcall GetResourceLink(void);

Properties

Type Visibility Source Unit Parent
function protected
FMX.Controls.Presentation.pas
FMX.Controls.Presentation.hpp
FMX.Controls.Presentation TPresentedControl

Description

Returns the style resource for this control as TFmxObject.

FMX.Controls.Presentation.TPresentedControl.GetResourceLink inherits from FMX.Controls.TStyledControl.GetResourceLink. All content below this line refers to FMX.Controls.TStyledControl.GetResourceLink. Returns the style resource for this control as TFmxObject.

See Also