FMX.ImgList.TCustomDestinationItem.IsChanged
Delphi
property IsChanged: Boolean read FIsChanged;
C++
__property bool IsChanged = {read=FIsChanged, nodefault};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | FMX.ImgList.pas FMX.ImgList.hpp |
FMX.ImgList | TCustomDestinationItem |
Description
IsChanged is True
if some changes have been done in the current destination item or destination collection, but the notification about redrawing has not been sent yet.