System.Classes.TStrings.Updating

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Updating: Boolean read GetUpdating;

C++

__property bool Updating = {read=GetUpdating, nodefault};

Properties

Type Visibility Source Unit Parent
property public
System.Classes.pas
System.Classes.hpp
System.Classes TStrings

Description

Indicates whether or not the list of strings is in the middle of an update.

See Also