FMX.Controls.TStyleBook.Resource

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Resource: TStrings read FResource;

C++

__property System::Classes::TStrings* Resource = {read=FResource};

Properties

Type Visibility Source Unit Parent
property public
FMX.Controls.pas
FMX.Controls.hpp
FMX.Controls TStyleBook

Description

The style definition. Resource is a string list containing the style defined by the TStyleBook.

See Also