FMX.ImgList.TGlyph.IsChanged

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property IsChanged: Boolean read FIsChanged write FIsChanged;

C++

__property bool IsChanged = {read=FIsChanged, write=FIsChanged, nodefault};

Properties

Type Visibility Source Unit Parent
property public
FMX.ImgList.pas
FMX.ImgList.hpp
FMX.ImgList TGlyph

Description

ImagesChanged sets IsChanged True if component is in csLoading, csDestroying, or csUpdating state.

DoEndUpdate restores IsChanged to False.

See Also