FMX.ListView.Appearances.TCustomImageObjectAppearance.IsOpacityStored

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function IsOpacityStored: Boolean;

C++

HIDESBASE bool __fastcall IsOpacityStored();

Properties

Type Visibility Source Unit Parent
function protected
FMX.ListView.Appearances.pas
FMX.ListView.Appearances.hpp
FMX.ListView.Appearances TCustomImageObjectAppearance

Description

Function that ensures that the value of Opacity is only stored in the form file if it is not the default value of the property.

FMX.ListView.Appearances.TCustomImageObjectAppearance.IsOpacityStored inherits from FMX.ListView.Appearances.TCommonObjectAppearance.IsOpacityStored. All content below this line refers to FMX.ListView.Appearances.TCommonObjectAppearance.IsOpacityStored.

Function that ensures that the value of Opacity is only stored in the form file if it is not the default value of the property.

See Also