FMX.Layouts.TScrollContent.IsContentChanged

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property IsContentChanged: Boolean read FIsContentChanged write FIsContentChanged;

C++

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

Propriétés

Type Visibilité  Source Unité  Parent
property protected
FMX.Layouts.pas
FMX.Layouts.hpp
FMX.Layouts TScrollContent


Description

Cet indicateur est défini dans la méthode ContentChanged utilisée pour optimiser ScrollBox.

Voir aussi

FMX.Layouts.TScrollContent.ContentChanged