FMX.ImgList.TGlyph.IsChanged
Delphi
property IsChanged: Boolean read FIsChanged write FIsChanged;
C++
__property bool IsChanged = {read=FIsChanged, write=FIsChanged, nodefault};
Propriétés
| Type | Visibilité | Source | Unité | Parent |
|---|---|---|---|---|
| property | public | FMX.ImgList.pas FMX.ImgList.hpp |
FMX.ImgList | TGlyph |
Description
ImagesChanged définit IsChanged sur True si le composant est à l'état csLoading, csDestroying ou csUpdating.
DoEndUpdate restaure IsChanged sur False.