FMX.ListBox.TListBoxSelector.FInternalChange

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

FInternalChange: Boolean;

C++

bool FInternalChange;

Properties

Type Visibility Source Unit Parent
field class protected
FMX.ListBox.pas
FMX.ListBox.hpp
FMX.ListBox TListBoxSelector

Description

A flag that methods can use to prevent the sending of the change notification.

Methods use this flag when they perform an internal change.

See Also