FMX.Forms.TCustomForm.GetStyleObject
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.