FMX.Controls.TStyleChangedMessage.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(const StyleBook: TStyleBook; const Scene: IScene); overload;

C++

__fastcall TStyleChangedMessage(TStyleBook* const StyleBook, const _di_IScene Scene)/* overload */;

Properties

Type Visibility Source Unit Parent
constructor public
FMX.Controls.pas
FMX.Controls.hpp
FMX.Controls TStyleChangedMessage

Description

Creates a message with the specified value.

FMX.Controls.TStyleChangedMessage.Create inherits from System.Messaging.TMessage.Create. All content below this line refers to System.Messaging.TMessage.Create.

Creates a message with the specified value.

The specified value, AValue, is stored in the protected FValue property of the created message.

See Also