FMX.Layouts.TScrollContent.IsContentChanged

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property IsContentChanged: Boolean read FIsContentChanged write FIsContentChanged;

C++

__property bool IsContentChanged = {read=FIsContentChanged, write=FIsContentChanged, nodefault};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property protected
FMX.Layouts.pas
FMX.Layouts.hpp
FMX.Layouts TScrollContent


Beschreibung

Dieses Flag wird in der Methode ContentChanged gesetzt, mit der ScrollBox optimiert wird.

Siehe auch

FMX.Layouts.TScrollContent.ContentChanged