FMX.Styles.TStyleDescription.Version

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Version: string read FVersion write FVersion;

C++

__property System::UnicodeString Version = {read=FVersion, write=FVersion};

Properties

Type Visibility Source Unit Parent
property published
FMX.Styles.pas
FMX.Styles.hpp
FMX.Styles TStyleDescription

Description

Current version of the style.

Version can be viewed and modified in the Tools > Bitmap Style Designer dialog.

See Also