FMX.Controls.IStyleBookOwner.GetStyleBook

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetStyleBook: TStyleBook;

C++

virtual TStyleBook* __fastcall GetStyleBook() = 0 ;

Properties

Type Visibility Source Unit Parent
function public
FMX.Controls.pas
FMX.Controls.hpp
FMX.Controls IStyleBookOwner

Description

Getter function for the StyleBook property.

Implement GetStyleBook to get the StyleBook of the current scene.

See Also