FMX.Styles.TStyleManager.FindStyleDescriptor

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class function FindStyleDescriptor(const AObject: TFmxObject): TStyleDescription;

C++

__classmethod TStyleDescription* __fastcall FindStyleDescriptor(Fmx::Types::TFmxObject* const AObject);

Properties

Type Visibility Source Unit Parent
function public
FMX.Styles.pas
FMX.Styles.hpp
FMX.Styles TStyleManager

Description

Returns the style description of the specified style.

FindStyleDescriptor returns the TStyleDescription object associated with the style specified by AObject, if such a description is set. You can set the style description fields using the Tools > Bitmap Style Designer dialog.

See Also