FMX.Forms.TCustomForm.GetStyleObject

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetStyleObject: TFmxObject;

C++

Fmx::Types::TFmxObject* __fastcall GetStyleObject();

Properties

Type Visibility Source Unit Parent
function protected
FMX.Forms.pas
FMX.Forms.hpp
FMX.Forms TCustomForm

Description

Gets the style resource object linked to this form.

GetStyleObject is called when the style is applied through a call to the ApplyStyleLookup method.

GetStyleObject internally calls LookupStyleObject.

See Also